Skip to content

Commit

Permalink
Pass the CMAKE_ANDROID_NDK env to add_custom_command.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 30, 2023
1 parent ad70ce6 commit 904bc46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: |
New-Item -ItemType Directory -Force -Path third_party/tgfx/out/cache
cd android
./gradlew assembleRelease -Parm64-only
./gradlew assembleRelease -Parm64-only -Pandroid.native.buildOutput=verbose
- name: Save Third-Party Cache
if: ${{ (github.event_name == 'push') && (steps.third-party-cache.outputs.cache-hit != 'true') }}
Expand Down
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"common": [
{
"url": "${PAG_GROUP}/vendor_tools.git",
"commit": "2250e9dadc86680ce4fb1c763b58995768040037",
"commit": "b5be62533c1c65f83c1b439713eb954ef3f6e2e4",
"dir": "third_party/vendor_tools"
},
{
"url": "${PAG_GROUP}/tgfx.git",
"commit": "079c2e27a21ed13ceba2d6b2958a4b009475b512",
"commit": "d9bfb8d3f6c42836e5d034a36b75226ff52b2d0f",
"dir": "third_party/tgfx"
},
{
Expand Down
1 change: 1 addition & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ android.enableJetifier=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
android.native.buildOutput=verbose

0 comments on commit 904bc46

Please # to comment.