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 f727c44 commit 1a60873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"common": [
{
"url": "${PAG_GROUP}/vendor_tools.git",
"commit": "2250e9dadc86680ce4fb1c763b58995768040037",
"commit": "b5be62533c1c65f83c1b439713eb954ef3f6e2e4",
"dir": "third_party/vendor_tools"
},
{
Expand Down
3 changes: 2 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
android.native.buildOutput=verbose

0 comments on commit 1a60873

Please sign in to comment.