summaryrefslogtreecommitdiffstats
path: root/core/post_clean.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-07-17 21:24:42 -0700
committerYing Wang <wangying@google.com>2014-07-18 16:26:24 -0700
commitaf9757e84940a3d3f4a4b88d2f1ed259d4f43c02 (patch)
treecf56b0c807de53b97b4f718dd838ed96516a121f /core/post_clean.mk
parent1756474d873130d3340310782bc397733c80a8b6 (diff)
downloadbuild-af9757e84940a3d3f4a4b88d2f1ed259d4f43c02.zip
build-af9757e84940a3d3f4a4b88d2f1ed259d4f43c02.tar.gz
build-af9757e84940a3d3f4a4b88d2f1ed259d4f43c02.tar.bz2
New installation path for apks and their JNIs.
Apk's path is changed to <parent_dir>/MyApp/MyApp.apk; JNI path is changed to <parent_dir>/MyApp/lib/<arch_name>/libfoo.so. Symlinks of JNIs are changed accordingly. Bug: 16319961 Change-Id: Ib3b2309c95fa9aea27837fcc29e28d990b04747b
Diffstat (limited to 'core/post_clean.mk')
-rw-r--r--core/post_clean.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/post_clean.mk b/core/post_clean.mk
index 9f15b6d..f7e654b 100644
--- a/core/post_clean.mk
+++ b/core/post_clean.mk
@@ -72,6 +72,7 @@ $(foreach p, $(ALL_MODULES), \
$(shell echo 'AIDL_FILES.$(p) := $(ALL_MODULES.$(p).AIDL_FILES)' >> $(current_aidl_config)))\
$(if $(filter-out $(ALL_MODULES.$(p).AIDL_FILES),$(AIDL_FILES.$(p))),\
$(eval intermediates_to_clean += $(ALL_MODULES.$(p).INTERMEDIATE_SOURCE_DIR))))
+intermediates_to_clean := $(strip $(intermediates_to_clean))
ifdef intermediates_to_clean
$(info *** Obsolete aidl-generated files detected, clean intermediate files...)
$(info *** rm -rf $(intermediates_to_clean))