am 7dac5909: core: remove fake package timestamps on installclean

* commit '7dac5909d23a78ff6ed2af6e4d937354de8c7756':
  core: remove fake package timestamps on installclean
This commit is contained in:
Dima Zavin 2011-10-11 17:32:50 -07:00 committed by Android Git Automerger
commit eee20ca405

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.