summaryrefslogtreecommitdiffstats
path: root/core/executable.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/executable.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/executable.mk')
-rw-r--r--core/executable.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/executable.mk b/core/executable.mk
index d6b342e..f35ebcc 100644
--- a/core/executable.mk
+++ b/core/executable.mk
@@ -23,17 +23,6 @@ endif
endif
ifndef skip_build_from_source
-####################################################
-## Add profiling libraries if aprof is turned
-####################################################
-ifeq ($(strip $(LOCAL_ENABLE_APROF)),true)
- ifeq ($(LOCAL_FORCE_STATIC_EXECUTABLE), true)
- LOCAL_STATIC_LIBRARIES += libaprof libaprof_static libc libcutils
- else
- LOCAL_SHARED_LIBRARIES += libaprof libaprof_runtime libc
- endif
- LOCAL_WHOLE_STATIC_LIBRARIES += libaprof_aux
-endif
include $(BUILD_SYSTEM)/dynamic_binary.mk