Merge "Nextgen release: Don't build images that GSI don't need" am: 680a642645

Original change: https://android-review.googlesource.com/c/platform/build/+/1644987

Change-Id: I03edf1e7eb60530bc14e5d8d4a8d15682123164d
This commit is contained in:
Yo Chiang 2021-03-22 06:38:58 +00:00 committed by Automerger Merge Worker
commit d5c7c3eb59
1 changed files with 6 additions and 0 deletions

View File

@ -59,3 +59,9 @@ PRODUCT_PACKAGES += \
# Support additional P, Q and R VNDK packages
PRODUCT_EXTRA_VNDK_VERSIONS := 28 29 30
# Do not build non-GSI partition images.
PRODUCT_BUILD_CACHE_IMAGE := false
PRODUCT_BUILD_USERDATA_IMAGE := false
PRODUCT_BUILD_VENDOR_IMAGE := false
PRODUCT_BUILD_SUPER_PARTITION := false