From ae96b41eae67b663f04704f1c786ae1615ac8de7 Mon Sep 17 00:00:00 2001 From: HONG Yifan Date: Thu, 12 Sep 2024 16:48:28 -0700 Subject: [PATCH] ANDROID: Delete FILES from build configs (amlogic) Kleaf builds does not read the FILES variable. Instead, it relies on kernel_build.*outs attributes to determine what files to be copied from Kbuild's out directory. Test: TH Bug: 236012223 Change-Id: Ibd4ec2e8eee324d8617bd6c59599e18257c29f29 Signed-off-by: HONG Yifan --- build.config.amlogic | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build.config.amlogic b/build.config.amlogic index 97bae1b728ad..1980a0d3175d 100644 --- a/build.config.amlogic +++ b/build.config.amlogic @@ -17,14 +17,6 @@ Image.gz dtbs " -FILES="${FILES} -arch/arm64/boot/Image.lz4 -arch/arm64/boot/dts/amlogic/meson-g12a-sei510*.dtb -arch/arm64/boot/dts/amlogic/meson-sm1-sei610*.dtb -arch/arm64/boot/dts/amlogic/meson-sm1-khadas-vim3l*.dtb -arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3*.dtb -" - # # NOTE: Using Image.lz4 in MAKE_GOALS does not work because # kernel build passes legacy option (-l) to lz4 command