Pin TARGET_PRODUCT to aosp_arm in integration tests am: 15a1d29233
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3021325 Change-Id: Ia4eabfe0b923f57bd2ce499362a37d8b9b1b6660 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -140,7 +140,7 @@ function setup {
|
||||
|
||||
# shellcheck disable=SC2120
|
||||
function run_soong {
|
||||
USE_RBE=false build/soong/soong_ui.bash --make-mode --skip-ninja --skip-config --soong-only --skip-soong-tests "$@"
|
||||
USE_RBE=false TARGET_PRODUCT=aosp_arm TARGET_RELEASE=trunk_staging TARGET_BUILD_VARIANT=userdebug build/soong/soong_ui.bash --make-mode --skip-ninja --skip-config --soong-only --skip-soong-tests "$@"
|
||||
}
|
||||
|
||||
function create_mock_bazel {
|
||||
|
Reference in New Issue
Block a user