commit | fbebe69ecf977dac80718091848593c95893e60c | [log] [tgz] |
---|---|---|
author | Bill Peckham <bpeckham@google.com> | Thu Mar 05 22:03:47 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Mar 05 22:03:47 2020 +0000 |
tree | 693d79e88934e862d2ec2eb717b562688a1aa3b7 | |
parent | ba17b04741e08f7a1288b7ac273e8b201eb12371 [diff] | |
parent | 011255996c8509187ecbd828e31642f98b4f2035 [diff] |
Merge "Don't touch .installable_files for non-FULL_BUILD" into rvc-dev
diff --git a/core/main.mk b/core/main.mk index a061844..b412fe9 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -1247,6 +1247,7 @@ $(CUSTOM_MODULES) \ ) +ifdef FULL_BUILD # # Used by the cleanup logic in soong_ui to remove files that should no longer # be installed. @@ -1267,6 +1268,7 @@ $(test_files))))) test_files := +endif # Don't include any GNU General Public License shared objects or static