forked from yujincheng08/BiliRoaming
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bad5473
commit b3f81b7
Showing
6 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,13 +28,19 @@ jobs: | |
distribution: 'temurin' | ||
java-version: '17' | ||
cache: 'gradle' | ||
- name: Setup Android SDK | ||
uses: android-actions/setup-android@v3 | ||
- uses: seanmiddleditch/gha-setup-ninja@master | ||
with: | ||
version: 1.12.0 | ||
- name: Set up ccache | ||
uses: hendrikmuhs/[email protected] | ||
with: | ||
key: ${{ runner.os }}-${{ github.sha }} | ||
restore-keys: ${{ runner.os }} | ||
- name: Build with Gradle | ||
run: | | ||
sudo rm -rf $ANDROID_HOME/cmake | ||
echo 'org.gradle.caching=true' >> gradle.properties | ||
echo 'org.gradle.parallel=true' >> gradle.properties | ||
echo 'org.gradle.vfs.watch=true' >> gradle.properties | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dex_builder
updated
5 files
+13 −7 | CMakeLists.txt | |
+1 −1 | external/parallel_hashmap | |
+142 −0 | include/dex_builder.ixx | |
+8 −0 | include/dex_helper.ixx | |
+78 −78 | include/slicer/dex_format.h |