Renames boot-debug-*.img in GSI targets

Those boot-debug-*.img is used with `repack_bootimg` for a
vendor_boot-debug.img in VTS setup. It is not for GKI boot.img
release.

  https://source.android.com/compatibility/vts/vts-on-gsi#repacking

Renames boot-debug-*.img to boot-with-debug-ramdisk-*.img to
avoid confusion with the official GKI boot.img release.

Bug: 200878300
Test: `lunch gsi_arm64-user` then `make bootimage_debug`
Change-Id: Ia1f6ba847d5b7409fb7a8534432484d2aa972494
This commit is contained in:
Bowgo Tsai
2021-09-23 15:46:33 +08:00
parent 4cf8170fed
commit a2a5db4466
4 changed files with 17 additions and 4 deletions

View File

@@ -78,3 +78,7 @@ MODULE_BUILD_FROM_SOURCE := true
# Additional settings used in all GSI builds
PRODUCT_PRODUCT_PROPERTIES += \
ro.crypto.metadata_init_delete_all_keys.enabled=false \
# Renames boot-debug-*.img to boot-with-debug-ramdisk-*.img to avoid confusion
# with GKI boot images.
PRODUCT_DEBUG_RAMDISK_BOOT_IMAGE_NAME := boot-with-debug-ramdisk