summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-04-18 16:55:07 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-18 16:55:07 -0700
commitc32af65886776a99f17406e83a40e9476452033f (patch)
tree98f236baedf66ca32581d9ec5288c05b0ffbeaf2
parent40c34f3778e778762c7a7dcaf8697b2c90a717de (diff)
downloadbuild-c32af65886776a99f17406e83a40e9476452033f.zip
build-c32af65886776a99f17406e83a40e9476452033f.tar.gz
build-c32af65886776a99f17406e83a40e9476452033f.tar.bz2
Revert "Write out export_includes whenever the module is built."
This reverts commit 40c34f3778e778762c7a7dcaf8697b2c90a717de
-rw-r--r--core/binary.mk3
-rw-r--r--core/prebuilt.mk2
2 files changed, 0 insertions, 5 deletions
diff --git a/core/binary.mk b/core/binary.mk
index 81f0724..5cb17bc 100644
--- a/core/binary.mk
+++ b/core/binary.mk
@@ -702,6 +702,3 @@ ifdef LOCAL_EXPORT_C_INCLUDE_DIRS
else
$(hide) touch $@
endif
-
-# Make sure export_includes gets generated when you are running mm/mmm
-$(LOCAL_BUILT_MODULE) : $(export_includes)
diff --git a/core/prebuilt.mk b/core/prebuilt.mk
index 101cae9..0c46341 100644
--- a/core/prebuilt.mk
+++ b/core/prebuilt.mk
@@ -56,8 +56,6 @@ ifdef prebuilt_module_is_a_library
$(intermediates)/export_includes:
$(hide) mkdir -p $(dir $@) && rm -f $@
$(hide) touch $@
-
-$(LOCAL_BUILT_MODULE) : $(intermediates)/export_includes
endif
endif