summaryrefslogtreecommitdiffstats
path: root/core/static_library.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-01-14 14:26:05 -0800
committerYing Wang <wangying@google.com>2014-01-14 14:26:05 -0800
commit45874550755e282bcc79510297dc6cd7a9e72855 (patch)
tree1ebb7cf2837f2b1e7df6984a751e2dea4ff405e2 /core/static_library.mk
parentf5ce4fa983f08d42bbc5d96af4f86bce5c190f0c (diff)
downloadbuild-45874550755e282bcc79510297dc6cd7a9e72855.zip
build-45874550755e282bcc79510297dc6cd7a9e72855.tar.gz
build-45874550755e282bcc79510297dc6cd7a9e72855.tar.bz2
Remove aprof support from the build system.
This reverts the commit 70dc3e1d. Change-Id: I480b005579805d2608d05dac41e32bb44642e813
Diffstat (limited to 'core/static_library.mk')
-rw-r--r--core/static_library.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/static_library.mk b/core/static_library.mk
index 976963e..525806b 100644
--- a/core/static_library.mk
+++ b/core/static_library.mk
@@ -18,13 +18,6 @@ ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
$(error $(LOCAL_PATH): Cannot set module stem for a library)
endif
-####################################################
-## Add profiling libraries if aprof is turned
-####################################################
-ifeq ($(strip $(LOCAL_ENABLE_APROF)),true)
- LOCAL_WHOLE_STATIC_LIBRARIES += libaprof
-endif
-
include $(BUILD_SYSTEM)/binary.mk
ifeq ($(LOCAL_RAW_STATIC_LIBRARY),true)