Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5c7c3eb authored by Yo Chiang's avatar Yo Chiang Committed by Automerger Merge Worker
Browse files

Merge "Nextgen release: Don't build images that GSI don't need" am: 680a6426

Original change: https://android-review.googlesource.com/c/platform/build/+/1644987

Change-Id: I03edf1e7eb60530bc14e5d8d4a8d15682123164d
parents a7554db5 680a6426
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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