Stop building boot-(debug|with-debug-ramdisk)-*.img for GSI/GKI
We don't need these anymore as we now export userdebug_plat_sepolicy.cil to artifacts dist dir directly, so repack_bootimg don't need to use boot-(debug|with-debug-ramdisk)-*.img as repack source anymore. Bug: 202129499 Test: Check presubmit artifacts don't have boot-*debug*.img Change-Id: I3161e42b00a93177a1a4cb3b22da2218d294b7a7
This commit is contained in:
parent
88cceca4c5
commit
92f08702dd
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ PRODUCT_EXTRA_VNDK_VERSIONS := 28 29 30
|
|||
|
||||
# Do not build non-GSI partition images.
|
||||
PRODUCT_BUILD_CACHE_IMAGE := false
|
||||
PRODUCT_BUILD_DEBUG_BOOT_IMAGE := false
|
||||
PRODUCT_BUILD_DEBUG_VENDOR_BOOT_IMAGE := false
|
||||
PRODUCT_BUILD_USERDATA_IMAGE := false
|
||||
PRODUCT_BUILD_VENDOR_IMAGE := false
|
||||
PRODUCT_BUILD_SUPER_PARTITION := false
|
||||
|
|
Loading…
Reference in a new issue