From 1f2f4f26073b6bf979be3a3bb66f84e3e9c4c168 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 17 Nov 2014 11:34:59 -0800 Subject: libcutils no longer requires that its users configure ANDROID_SMP. Change-Id: Ib91ff0696ab2472c62168eb5261bbda5d22f623e --- services/audioflinger/Android.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'services') 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) -- cgit v1.1