Files
build/core
Yi-Yo Chiang ab09c84c5f core/Makefile: Define write-file-lines unconditionally
Right now write-file-lines is defined only if BUILDING_SYSTEM_IMAGE is
true. This means split build / partial build targets that doesn't build
the system image, would fail to build other partition images too
because the $(<parttition>image_intermediates)/file_list.txt build rule
would be undefined.

Move the macro definition out of the `ifdef BUILDING_SYSTEM_IMAGE`
conditional block.

Bug: 326359088
Test: build a target that doesn't build system image
Change-Id: I020c28f7011bd0df0330ba3350e50bea2b75aab4
2024-02-22 11:47:02 +00:00
..
2024-02-05 11:01:41 +09:00
2024-02-05 11:01:41 +09:00
2022-05-11 08:17:45 -07:00
2020-06-08 16:36:52 -07:00
2021-04-02 10:24:48 -07:00
2020-03-05 20:46:47 +00:00
2020-06-10 17:18:13 -07:00
2023-03-01 15:51:24 -08:00
2020-06-08 16:36:52 -07:00
2020-05-27 19:37:03 -07:00
2019-09-18 16:23:04 +00:00
2023-11-15 20:39:45 +00:00
2023-11-09 12:40:38 -08:00
2022-04-12 18:57:15 -07:00