Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate_extra_images.mk: Reduce TARGET_NO_KERNEL breadth
TARGET_NO_KERNEL currently guards generation of more images than just boot.img. The other images, such as persist and ramdisk are now guarded by more appropriate individual flags. Reduce the impact of TARGET_NO_KERNEL so that a BOARD_PREBUILT_BOOTIMAGE can be used while still generating persist and ramdisk. Change-Id: I08f274af62935b6dc5492c230ee517f5655c3c4d Signed-off-by: chrisl7 <[email protected]>
- Loading branch information