summaryrefslogtreecommitdiffstats
path: root/core/executable.mk
diff options
context:
space:
mode:
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