OSDN Git Service

Clean up intermediate files for adbd and init in installclean.
authorYing Wang <wangying@google.com>
Fri, 21 Sep 2012 21:11:41 +0000 (14:11 -0700)
committerYing Wang <wangying@google.com>
Fri, 21 Sep 2012 21:11:41 +0000 (14:11 -0700)
They are really exceptions and we shouldn't do that in general.
Bug: 7170444

Change-Id: I7163181e495c52db9aa62a360309d8973df1985f

core/cleanbuild.mk

index e6db5cb..45f178c 100644 (file)
@@ -187,7 +187,10 @@ installclean_files := \
        $(PRODUCT_OUT)/system \
        $(PRODUCT_OUT)/dex_bootjars \
        $(PRODUCT_OUT)/obj/JAVA_LIBRARIES \
-       $(PRODUCT_OUT)/obj/FAKE
+       $(PRODUCT_OUT)/obj/FAKE \
+       $(PRODUCT_OUT)/obj/EXECUTABLES/adbd_intermediates \
+       $(PRODUCT_OUT)/obj/EXECUTABLES/init_intermediates
+
 
 # The files/dirs to delete during a dataclean, which removes any files
 # in the staging and emulator data partitions.