OSDN Git Service

Delete the kernel file when build config is changed
authorYing Wang <wangying@google.com>
Thu, 1 Aug 2013 22:41:53 +0000 (15:41 -0700)
committerYing Wang <wangying@google.com>
Thu, 1 Aug 2013 22:46:25 +0000 (15:46 -0700)
Now we have products of the same device type but with different kernel,
and we want to do incremental build on them.

Bug: 10133257
Change-Id: Iff4aae11e474d2822f02c62822bd028a5ba5b47a

core/cleanbuild.mk

index 1d17f77..f32d0d1 100644 (file)
@@ -182,6 +182,7 @@ installclean_files := \
        $(PRODUCT_OUT)/*.txt \
        $(PRODUCT_OUT)/*.xlb \
        $(PRODUCT_OUT)/*.zip \
+       $(PRODUCT_OUT)/kernel \
        $(PRODUCT_OUT)/data \
        $(PRODUCT_OUT)/obj/APPS \
        $(PRODUCT_OUT)/obj/NOTICE_FILES \