Generate soong.variables for ndk build

Update the ndk build script to have Make generate the soong.variables
via the config step, using a new "ndk" product.

Bug: 174315599
Test: build/soong/scripts/build-ndk-prebuilts.sh
Change-Id: I0f6fbf523cf9209ea17b7752dd7470012e0baf8c
This commit is contained in:
Anton Hansson
2022-02-17 19:52:46 +00:00
parent 2ace628b86
commit b850f84cb9
2 changed files with 4 additions and 49 deletions

View File

@@ -25,7 +25,9 @@
# Products that are broken or otherwise don't work with multiproduct_kati
SKIPPED_PRODUCTS=(
# Both of these products are for soong-only builds, and will fail the kati stage.
mainline_sdk
ndk
)
# To track how long we took to startup. %N isn't supported on Darwin, but