Merge "Generate NDK stubs for riscv64 too."

This commit is contained in:
Elliott Hughes
2023-03-20 21:10:53 +00:00
committed by Gerrit Code Review
2 changed files with 5 additions and 1 deletions

View File

@@ -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