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

Commit b235b690 authored by Lucas Wei's avatar Lucas Wei
Browse files

Remove ALL_GENERATED_SOURCES



ALL_GENERATED_SOURCES contains the generated sources of modules
defined in Make.  They always have a path inside the intermediates
directories.  The only readers of ALL_GENERATED_SOURCES are filtering
for files in the output directories, and will never match anything.

Signed-off-by: default avatarLucas Wei <lucaswei@google.com>
Change-Id: I38c57cc6dad7d762adc001351322c0614e69ed98
parent d3a99576
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1398,7 +1398,6 @@ endif # BUILDING_VENDOR_BOOT_IMAGE
ifeq ($(BUILDING_VENDOR_KERNEL_BOOT_IMAGE),true)

INTERNAL_VENDOR_KERNEL_RAMDISK_FILES := $(filter $(TARGET_VENDOR_KERNEL_RAMDISK_OUT)/%, \
    $(ALL_GENERATED_SOURCES) \
    $(ALL_DEFAULT_INSTALLED_MODULES))

INTERNAL_VENDOR_KERNEL_RAMDISK_TARGET := $(call intermediates-dir-for,PACKAGING,vendor_kernel_boot)/vendor_kernel_ramdisk.cpio$(RAMDISK_EXT)