summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-11-17 11:34:59 -0800
committerElliott Hughes <enh@google.com>2014-11-17 11:34:59 -0800
commit1f2f4f26073b6bf979be3a3bb66f84e3e9c4c168 (patch)
tree675e64666b0f40ddb091e9c234ce0ba069c735ee /services
parent9b77083e582a8b6088ac6a2cb4151dfbdd324557 (diff)
downloadframeworks_av-1f2f4f26073b6bf979be3a3bb66f84e3e9c4c168.zip
frameworks_av-1f2f4f26073b6bf979be3a3bb66f84e3e9c4c168.tar.gz
frameworks_av-1f2f4f26073b6bf979be3a3bb66f84e3e9c4c168.tar.bz2
libcutils no longer requires that its users configure ANDROID_SMP.
Change-Id: Ib91ff0696ab2472c62168eb5261bbda5d22f623e
Diffstat (limited to 'services')
-rw-r--r--services/audioflinger/Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index 697fb37..83211eb 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -68,13 +68,6 @@ LOCAL_SRC_FILES += FastCapture.cpp FastCaptureState.cpp
LOCAL_CFLAGS += -DSTATE_QUEUE_INSTANTIATIONS='"StateQueueInstantiations.cpp"'
-# Define ANDROID_SMP appropriately. Used to get inline tracing fast-path.
-ifeq ($(TARGET_CPU_SMP),true)
- LOCAL_CFLAGS += -DANDROID_SMP=1
-else
- LOCAL_CFLAGS += -DANDROID_SMP=0
-endif
-
LOCAL_CFLAGS += -fvisibility=hidden
include $(BUILD_SHARED_LIBRARY)