From 45874550755e282bcc79510297dc6cd7a9e72855 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 14 Jan 2014 14:26:05 -0800 Subject: Remove aprof support from the build system. This reverts the commit 70dc3e1d. Change-Id: I480b005579805d2608d05dac41e32bb44642e813 --- core/static_library.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'core/static_library.mk') 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) -- cgit v1.1