Merge "Generate NDK stubs for riscv64 too." am: 65a97364ba
am: 1fa58086a1
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2488597 Change-Id: I2e6ccb30e9530ce86848410fed4dcaf3e7bcfaf2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1694,6 +1694,7 @@ func getNdkAbisConfig() []archConfig {
|
||||
return []archConfig{
|
||||
{"arm64", "armv8-a-branchprot", "", []string{"arm64-v8a"}},
|
||||
{"arm", "armv7-a-neon", "", []string{"armeabi-v7a"}},
|
||||
{"riscv64", "", "", []string{"riscv64"}},
|
||||
{"x86_64", "", "", []string{"x86_64"}},
|
||||
{"x86", "", "", []string{"x86"}},
|
||||
}
|
||||
|
@@ -19,7 +19,10 @@ if [ -z "${OUT_DIR}" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
TARGET_PRODUCT=ndk build/soong/soong_ui.bash --make-mode --soong-only ${OUT_DIR}/soong/ndk.timestamp
|
||||
# TODO: remove this when all the riscv64 dependencies exist (currently blocked by
|
||||
# http://b/273792258).
|
||||
ALLOW_MISSING_DEPENDENCIES=true \
|
||||
TARGET_PRODUCT=ndk build/soong/soong_ui.bash --make-mode --soong-only ${OUT_DIR}/soong/ndk.timestamp
|
||||
|
||||
if [ -n "${DIST_DIR}" ]; then
|
||||
mkdir -p ${DIST_DIR} || true
|
||||
|
Reference in New Issue
Block a user