commit | 573f45871891dd5266105a0e076943ff2fee8e96 | [log] [tgz] |
---|---|---|
author | Bill Peckham <bpeckham@google.com> | Thu Mar 05 18:49:48 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 05 18:49:48 2020 +0000 |
tree | 48e6c81ede2604a72f5f22737fc12687e7c04ee9 | |
parent | ffb41e81682b0b073d223f3a4793c1ad262fb711 [diff] | |
parent | 7c3aa02ca3ce6abfc7843c47eb91528b2ffe1ff1 [diff] |
Merge "Don't touch .installable_files for non-FULL_BUILD"
diff --git a/core/main.mk b/core/main.mk index ed18156..0fc7efb 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -1251,6 +1251,7 @@ $(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 @@ $(test_files))))) test_files := +endif # Don't include any GNU General Public License shared objects or static