forked from openkylin/platform_build
Merge "Nextgen release: Don't build images that GSI don't need" am: 680a642645
Original change: https://android-review.googlesource.com/c/platform/build/+/1644987 Change-Id: I03edf1e7eb60530bc14e5d8d4a8d15682123164d
This commit is contained in:
commit
d5c7c3eb59
|
@ -59,3 +59,9 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Support additional P, Q and R VNDK packages
|
||||
PRODUCT_EXTRA_VNDK_VERSIONS := 28 29 30
|
||||
|
||||
# Do not build non-GSI partition images.
|
||||
PRODUCT_BUILD_CACHE_IMAGE := false
|
||||
PRODUCT_BUILD_USERDATA_IMAGE := false
|
||||
PRODUCT_BUILD_VENDOR_IMAGE := false
|
||||
PRODUCT_BUILD_SUPER_PARTITION := false
|
||||
|
|
Loading…
Reference in New Issue