Roll-forward the VNDK snapshot list of GSI

The latest stable SDK version is 31, so add 31 to the list of VNDK
snapshots.

Bug: 196806844
Bug: 198554350
Test: Presubmit
Change-Id: Ia9aab527d9c1fe1d1eb6c72ebc184a3fccad6a22
Merged-In: Ia9aab527d9c1fe1d1eb6c72ebc184a3fccad6a22
This commit is contained in:
Yi-Yo Chiang 2021-08-16 21:30:54 +08:00 committed by Hung-ying Tyan
parent b04f414eed
commit 876a3c8934
1 changed files with 6 additions and 2 deletions

View File

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