Add rbc product config checks to run_integration_tests.sh
We already have a rbc product config ci postsubmit target, but we want to add a small presubmit check as well. run_integration_tests.sh is already run on presubmit, so add it there. Test: Presubmits Change-Id: Id6fc282261507fb49a57b578ce2fdf20855dd6fd
This commit is contained in:
@@ -7,3 +7,4 @@ TOP="$(readlink -f "$(dirname "$0")"/../../..)"
|
||||
"$TOP/build/soong/tests/mixed_mode_test.sh"
|
||||
"$TOP/build/soong/tests/bp2build_bazel_test.sh"
|
||||
"$TOP/build/soong/tests/soong_test.sh"
|
||||
"$TOP/build/bazel/ci/rbc_product_config.sh" aosp_arm64-userdebug
|
||||
|
Reference in New Issue
Block a user