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
Test: Presubmit
Change-Id: Ia9aab527d9c1fe1d1eb6c72ebc184a3fccad6a22
Merged-In: Ia9aab527d9c1fe1d1eb6c72ebc184a3fccad6a22
(cherry picked from commit 33fc244de5
)
This commit is contained in:
parent
8fb2d83457
commit
392a0db18d
1 changed files with 6 additions and 2 deletions
|
@ -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 a new issue