forked from openkylin/platform_build
am 854233e9: core: remove the built fake packages (not installed) on installclean
* commit '854233e9b2e24c75f63db96bb1be9a7bb2cecd84': core: remove the built fake packages (not installed) on installclean
This commit is contained in:
commit
5fc85c6bfe
|
@ -187,7 +187,7 @@ 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)/fake_packages
|
$(PRODUCT_OUT)/obj/FAKE
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
Loading…
Reference in New Issue