summaryrefslogtreecommitdiffstats
path: root/core/static_library.mk
diff options
context:
space:
mode:
authorKito Cheng <kito@0xlab.org>2012-06-15 15:15:50 +0800
committerKito Cheng <kito@0xlab.org>2012-06-15 15:16:50 +0800
commit70dc3e1d3d58647a7c9e4173d7a7fefd28ad81e3 (patch)
tree4358a82576c5dcaa64a6d1df77313f7ee0f08403 /core/static_library.mk
parent3f8ff030e0c693ca0b1758612ecb571711ec2667 (diff)
downloadbuild-70dc3e1d3d58647a7c9e4173d7a7fefd28ad81e3.zip
build-70dc3e1d3d58647a7c9e4173d7a7fefd28ad81e3.tar.gz
build-70dc3e1d3d58647a7c9e4173d7a7fefd28ad81e3.tar.bz2
Profiling use aprof, enable by LOCAL_ENABLE_APROF or LOCAL_ENABLE_APROF_JNI
Change-Id: Ia95dc7318e17c0804867b22e239edccc5cbec0af
Diffstat (limited to 'core/static_library.mk')
-rw-r--r--core/static_library.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/static_library.mk b/core/static_library.mk
index 4ff5a34..315c497 100644
--- a/core/static_library.mk
+++ b/core/static_library.mk
@@ -15,6 +15,13 @@ LOCAL_MODULE_SUFFIX := .a
endif
LOCAL_UNINSTALLABLE_MODULE := true
+####################################################
+## 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)