OSDN Git Service

core: remove the built fake packages (not installed) on installclean
authorDima Zavin <dima@android.com>
Wed, 12 Oct 2011 20:34:25 +0000 (13:34 -0700)
committerDima Zavin <dima@android.com>
Wed, 12 Oct 2011 20:34:32 +0000 (13:34 -0700)
Change-Id: I1ff3754132a48c545d0a3215ae23d204aba50637
Signed-off-by: Dima Zavin <dima@android.com>
core/cleanbuild.mk

index 9c1bbb8..2ac572f 100644 (file)
@@ -187,7 +187,7 @@ installclean_files := \
        $(PRODUCT_OUT)/system \
        $(PRODUCT_OUT)/dex_bootjars \
        $(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
 # in the staging and emulator data partitions.