Merge "Add sepolicy and mac_perms to installclean"

This commit is contained in:
Geremy Condra 2013-03-26 22:35:50 +00:00 committed by Gerrit Code Review
commit 50585e76fd
1 changed files with 3 additions and 1 deletions

View File

@ -191,7 +191,9 @@ installclean_files := \
$(PRODUCT_OUT)/system \ $(PRODUCT_OUT)/system \
$(PRODUCT_OUT)/dex_bootjars \ $(PRODUCT_OUT)/dex_bootjars \
$(PRODUCT_OUT)/obj/JAVA_LIBRARIES \ $(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 # The files/dirs to delete during a dataclean, which removes any files
# in the staging and emulator data partitions. # in the staging and emulator data partitions.