summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-11-17 16:12:43 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2014-11-17 16:12:43 +0000
commitcefb85dfb6137e022d7ad3e14c6af306c0121922 (patch)
tree134315f20da5f9902deecd1b2c28559ccbefc88f
parent2c9b015c8b70dc28d5ae81996c158136b4a48738 (diff)
downloadcommon-cefb85dfb6137e022d7ad3e14c6af306c0121922.tar.gz
Make sure no lib get copied
Change-Id: I1487667faf932d49563f14a04ede15c8dfef3cdd Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--tasks/kernel.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/kernel.mk b/tasks/kernel.mk
index 5205383..3641f10 100644
--- a/tasks/kernel.mk
+++ b/tasks/kernel.mk
@@ -280,6 +280,7 @@ $(PRIVATE_SYSTEM_TAR): download_prebuilt_system_image
mv system.tar $(REAL_OUT)/
COMBINED_SYSTEMTARBALL_TARGET : $(PRIVATE_SYSTEM_TAR) $(FS_GET_STATS) kernel_files
+ rm -rf $(PRODUCT_OUT)/system/lib*
$(update-systemtarball)
ifneq ($(wildcard $(KERNEL_SRC)/tools/gator/),)