Merge "Roll-forward the VNDK snapshot list of GSI" into sc-dev-plus-aosp am: 258fc340c1

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

Change-Id: Id5beea595ed2501632dc8d33e53b2ed7a0c9abf3
This commit is contained in:
Yi-yo Chiang
2021-08-18 03:52:41 +00:00
committed by Automerger Merge Worker

View File

@@ -62,8 +62,12 @@ PRODUCT_PACKAGES += \
init.gsi.rc \ init.gsi.rc \
init.vndk-nodef.rc \ init.vndk-nodef.rc \
# Support additional P, Q and R VNDK packages # Support additional VNDK snapshots
PRODUCT_EXTRA_VNDK_VERSIONS := 28 29 30 PRODUCT_EXTRA_VNDK_VERSIONS := \
28 \
29 \
30 \
31 \
# Do not build non-GSI partition images. # Do not build non-GSI partition images.
PRODUCT_BUILD_CACHE_IMAGE := false PRODUCT_BUILD_CACHE_IMAGE := false