summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-03-22 18:54:46 -0700
committerYing Wang <wangying@google.com>2013-03-22 18:54:46 -0700
commit1af9b71e17f270a19572a9b8606a1ef93a55be6c (patch)
tree3ea2e95130fb158a5f52b34a60c3a6e5e2975333
parent7fe1e10b9b65f87cff4cfa1dc873f289119ee0ca (diff)
downloadandroid_external_v8-1af9b71e17f270a19572a9b8606a1ef93a55be6c.tar.gz
android_external_v8-1af9b71e17f270a19572a9b8606a1ef93a55be6c.tar.bz2
android_external_v8-1af9b71e17f270a19572a9b8606a1ef93a55be6c.zip
Remove the unnecessary PRIVATE_CLEAN_FILES
If you want to clean those files, you should run "make clean-mksnapshot.$(TARGET_ARCH)" instead. Change-Id: I45a35903126225a54f8d942ed38c5cea70fd2664
-rw-r--r--Android.libv8.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.libv8.mk b/Android.libv8.mk
index fdbac236..4b99a137 100644
--- a/Android.libv8.mk
+++ b/Android.libv8.mk
@@ -15,10 +15,6 @@ LOCAL_MODULE := libv8
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
intermediates := $(call local-intermediates-dir)
-# clean-$(LOCAL_MODULE) is a target defined build/core/base_rules.mk.
-clean-$(LOCAL_MODULE): PRIVATE_CLEAN_FILES := $(HOST_OUT)/bin/mksnapshot.$(TARGET_ARCH) \
- $(HOST_OUT)/obj/EXECUTABLES/mksnapshot.$(TARGET_ARCH)_intermediates
-
# Android.v8common.mk defines common V8_LOCAL_SRC_FILES
# and V8_LOCAL_JS_LIBRARY_FILES
V8_LOCAL_SRC_FILES :=