forked from openkylin/platform_build
Merge "Don't touch .installable_files for non-FULL_BUILD"
This commit is contained in:
commit
573f458718
|
@ -1251,6 +1251,7 @@ modules_to_install := $(sort \
|
|||
$(CUSTOM_MODULES) \
|
||||
)
|
||||
|
||||
ifdef FULL_BUILD
|
||||
#
|
||||
# Used by the cleanup logic in soong_ui to remove files that should no longer
|
||||
# be installed.
|
||||
|
@ -1271,6 +1272,7 @@ $(file >$(HOST_OUT)/.installable_test_files,$(sort \
|
|||
$(test_files)))))
|
||||
|
||||
test_files :=
|
||||
endif
|
||||
|
||||
|
||||
# Don't include any GNU General Public License shared objects or static
|
||||
|
|
Loading…
Reference in New Issue