Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4fb3345 authored by Ronghua Wu's avatar Ronghua Wu
Browse files

libmediaplayerservice: fix make file for 64bit build.

Bug: 19265536
Change-Id: I5fa9ca39909b8ae2d6c2da8ac9fd3c4f9863b1f3
parent 2129895b
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
# Build the unit tests.
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk

LOCAL_MODULE := DrmSessionManager_test

@@ -19,13 +18,7 @@ LOCAL_C_INCLUDES := \
	frameworks/av/include \
	frameworks/av/media/libmediaplayerservice \

include $(BUILD_NATIVE_TEST)
LOCAL_32_BIT_ONLY := true

# Include subdirectory makefiles
# ============================================================
include $(BUILD_NATIVE_TEST)
# If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
# team really wants is to build the stuff defined by this makefile.
ifeq (,$(ONE_SHOT_MAKEFILE))
include $(call first-makefiles-under,$(LOCAL_PATH))
endif