diff options
-rw-r--r-- | core/cleanbuild.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/cleanbuild.mk b/core/cleanbuild.mk index 2639caec2..9c1bbb8d8 100644 --- a/core/cleanbuild.mk +++ b/core/cleanbuild.mk @@ -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. |