forked from openkylin/platform_build
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:
parent
b04f414eed
commit
876a3c8934
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue