summaryrefslogtreecommitdiffstats
path: root/core/cleanbuild.mk
diff options
context:
space:
mode:
authorWilliam Roberts <w.roberts@sta.samsung.com>2013-03-26 14:51:18 -0700
committerWilliam Roberts <w.roberts@sta.samsung.com>2013-03-26 14:54:51 -0700
commita8b3d54101eccb9950651103c199edf0ce2520f7 (patch)
tree163f392562a0c6a1f8de11786fde2133424c48a3 /core/cleanbuild.mk
parent97c280eced879fb79d32bd527412ab34840dba5c (diff)
downloadbuild-a8b3d54101eccb9950651103c199edf0ce2520f7.zip
build-a8b3d54101eccb9950651103c199edf0ce2520f7.tar.gz
build-a8b3d54101eccb9950651103c199edf0ce2520f7.tar.bz2
Add sepolicy and mac_perms to installclean
Remove the output files for SELinux policy and mac_permissions.xml mapping for changes between user and eng build. Change-Id: Ie27dcedde0c22ce917d90466a763698c86919530
Diffstat (limited to 'core/cleanbuild.mk')
-rw-r--r--core/cleanbuild.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/cleanbuild.mk b/core/cleanbuild.mk
index 1b662b9..9a30990 100644
--- a/core/cleanbuild.mk
+++ b/core/cleanbuild.mk
@@ -191,7 +191,9 @@ installclean_files := \
$(PRODUCT_OUT)/system \
$(PRODUCT_OUT)/dex_bootjars \
$(PRODUCT_OUT)/obj/JAVA_LIBRARIES \
- $(PRODUCT_OUT)/obj/FAKE
+ $(PRODUCT_OUT)/obj/FAKE \
+ $(PRODUCT_OUT)/obj/ETC/mac_permissions.xml_intermediates \
+ $(PRODUCT_OUT)/obj/ETC/sepolicy_intermediates
# The files/dirs to delete during a dataclean, which removes any files
# in the staging and emulator data partitions.