am 7dac5909
: core: remove fake package timestamps on installclean
* commit '7dac5909d23a78ff6ed2af6e4d937354de8c7756': core: remove fake package timestamps on installclean
This commit is contained in:
commit
eee20ca405
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue