Make RELEASE_PLATFORM_VERSION a release config flag to set platform version.
Bug: 282838389 Test: Treehugger Merged-In: Ic6dacbdee7d2408aa8b25b4df59bf9bbc566d747 Change-Id: Ie61a7d986c2b8fe2c16117f6678b9e5a71711647
This commit is contained in:
@@ -28,7 +28,7 @@ function check_lunch
|
||||
[ "$TARGET_PLATFORM_VERSION" = "$4" ] || ( echo "lunch $1: expected TARGET_PLATFORM_VERSION='$4', got '$TARGET_PLATFORM_VERSION'" && exit 1 )
|
||||
)
|
||||
|
||||
default_version=$(get_build_var DEFAULT_PLATFORM_VERSION)
|
||||
default_version=$(get_build_var RELEASE_PLATFORM_VERSION)
|
||||
|
||||
# lunch tests
|
||||
check_lunch "aosp_arm64" "aosp_arm64" "eng" ""
|
||||
|
Reference in New Issue
Block a user