From 5fe7105f45c9139867ffd456d1524704baa10009 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 28 Apr 2022 00:03:27 +0000 Subject: [PATCH] finalization: AIDL_FROZEN_REL Simulate branch release state, to verify AIDL interfaces were converted properly. Bug: 190577319 Bug: 229413853 Test: run finalization script Change-Id: I3061ef24ee6dc420ec0ecc85b503f9728170c9c0 --- finalize_branch_for_release.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/finalize_branch_for_release.sh b/finalize_branch_for_release.sh index 972ada1760..c942eb2e54 100755 --- a/finalize_branch_for_release.sh +++ b/finalize_branch_for_release.sh @@ -21,8 +21,9 @@ AIDL_TRANSITIVE_FREEZE=true m aidl-freeze-api m check-vndk-list || update-vndk-list.sh # for new versions of AIDL interfaces -# TODO(b/229413853): test while simulating 'rel' for more requirements AIDL_FROZEN_REL=true -m # test build +# for now, we simulate the release state for AIDL, but in the future, we would want +# to actually turn the branch into the REL state and test with that +AIDL_FROZEN_REL=true m # test build # Build SDK (TODO) # lunch sdk...