finalize_branch_for_release: Don't build droidcore

'm droidcore' doesn't reproduce the same issues as `m`

Test: ./finalize_branch_for_release.sh
Bug: 258050166
Change-Id: I19efb49e6ece3f73010f757ebed0f0503698daed
This commit is contained in:
Devin Moore
2022-11-08 21:32:26 +00:00
parent 56a6905d86
commit e311880f6a

View File

@@ -17,7 +17,7 @@ function finalize_main() {
# Resource/SDK finalization.
# In the future, we would want to actually turn the branch into the REL
# state and test with that.
AIDL_FROZEN_REL=true $m droidcore
AIDL_FROZEN_REL=true $m
# Build SDK (TODO)
# lunch sdk...