From 3a0bcf107182665d5b8628245750f1e210ef0936 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Thu, 19 Nov 2015 00:33:58 -0800 Subject: stagefright: Act V: I am become death, the destroyer of worlds * In which our hero unites the legions of distant worlds together as one at last to fight anew until the segfaults boil the lands and the New Version cometh. Change-Id: I869b2ab254968ed7a133827ea9e5ba6056f68a5c --- media/libmediaplayerservice/Android.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'media/libmediaplayerservice/Android.mk') diff --git a/media/libmediaplayerservice/Android.mk b/media/libmediaplayerservice/Android.mk index c4c5b47..7c4aa3d 100644 --- a/media/libmediaplayerservice/Android.mk +++ b/media/libmediaplayerservice/Android.mk @@ -64,6 +64,10 @@ LOCAL_MODULE:= libmediaplayerservice #LOCAL_32_BIT_ONLY := true +ifeq ($(TARGET_BOARD_PLATFORM),msm8974) + LOCAL_CFLAGS += -DTARGET_8974 +endif + include $(BUILD_SHARED_LIBRARY) include $(call all-makefiles-under,$(LOCAL_PATH)) -- cgit v1.1