core: remove fake package timestamps on installclean

Change-Id: Ic07af1f751b301b69fa5cbbb7bf51ad718d54d52
Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
Dima Zavin
2011-10-11 15:54:10 -07:00
parent 738f053bf3
commit 7dac5909d2

View File

@@ -186,7 +186,8 @@ installclean_files := \
$(PRODUCT_OUT)/root \
$(PRODUCT_OUT)/system \
$(PRODUCT_OUT)/dex_bootjars \
$(PRODUCT_OUT)/obj/JAVA_LIBRARIES
$(PRODUCT_OUT)/obj/JAVA_LIBRARIES \
$(PRODUCT_OUT)/fake_packages
# The files/dirs to delete during a dataclean, which removes any files
# in the staging and emulator data partitions.