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:
@@ -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
|
||||
|
Reference in New Issue
Block a user