From 531c26be6445110360042f1c94952fbcb76d4971 Mon Sep 17 00:00:00 2001 From: Zhengyin Qian Date: Fri, 14 Aug 2015 11:11:14 -0700 Subject: stlport library is needed for versions of Android before M Conditionally include it based on the Android version Change-Id: I4b17e3c0f61a6fd2b0b1e48ed1efe16e0a446dfc --- remote-process/Android.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'remote-process') diff --git a/remote-process/Android.mk b/remote-process/Android.mk index 53d3ae6..a29b834 100644 --- a/remote-process/Android.mk +++ b/remote-process/Android.mk @@ -67,6 +67,9 @@ LOCAL_C_INCLUDES := $(common_c_includes) LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) LOCAL_STATIC_LIBRARIES := $(common_static_libraries) +ifeq ($(INCLUDE_STLPORT), true) +include external/stlport/libstlport.mk +endif include $(BUILD_EXECUTABLE) -- cgit v1.2.3