Including debug ramdisk files in base_vendor.mk
Debug ramdisk files should exist for all devices. Adding those debug ramdisk files in the base_vendor.mk. * https://source.android.com/compatibility/vts/vts-on-gsi Bug: 193565271 Test: `lunch aosp_flame-userdebug`, `make bootimage_debug` then checks the output under $OUT/debug_ramdisk/. Test: Performs the same check for `lunch aosp_bramble-userdebug`. Change-Id: Id32a53da9a3d5b17ffd05449669c6aa17aec0dfa
This commit is contained in:
@@ -81,3 +81,9 @@ PRODUCT_PACKAGES += \
|
||||
# /vendor. TODO(b/141648565): Don't install these unless they're needed.
|
||||
PRODUCT_PACKAGES += \
|
||||
applypatch
|
||||
|
||||
# Base modules and settings for the debug ramdisk, which is then packed
|
||||
# into a boot-debug.img and a vendor_boot-debug.img.
|
||||
PRODUCT_PACKAGES += \
|
||||
adb_debug.prop \
|
||||
userdebug_plat_sepolicy.cil
|
||||
|
Reference in New Issue
Block a user