Skip vndk variants check for vendor builds

Bug: 238270531
Test: manual
Change-Id: Ia30b7203a76ca2f19b5dff9ca0ea003a0c43414d
This commit is contained in:
Inseob Kim
2022-08-31 11:59:20 +09:00
parent 2056001c65
commit 05bf9bef07

View File

@@ -48,6 +48,7 @@ if [[ -z "$device" || -z "$product" || -z "$dist_dir" || -z "$build_id" ]]; then
fi
export ALLOW_MISSING_DEPENDENCIES=true
export SKIP_VNDK_VARIANTS_CHECK=true
build/soong/soong_ui.bash --make-mode vendorimage collect_ninja_inputs \
TARGET_PRODUCT=$product TARGET_BUILD_VARIANT=userdebug