forked from openkylin/platform_build
Make change and version bump to SD2A.210916.001
Change-Id: I386e6271893f6763229293ec59bcb50e00462798
This commit is contained in:
commit
856e8d227e
|
@ -18,4 +18,4 @@
|
|||
# (like "CRB01"). It must be a single word, and is
|
||||
# capitalized by convention.
|
||||
|
||||
BUILD_ID=SD2A.210915.001
|
||||
BUILD_ID=SD2A.210916.001
|
||||
|
|
|
@ -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