summaryrefslogtreecommitdiffstats
path: root/remote-process
diff options
context:
space:
mode:
authorZhengyin Qian <qianzy@google.com>2015-08-19 15:31:06 -0700
committerZhengyin Qian <qianzy@google.com>2015-08-19 15:31:06 -0700
commit771d851381eebcf3a47a368b6a307aa5d4121ea8 (patch)
tree1eeae3888d61720a9d7869d3f9d5ad4ef04c89c7 /remote-process
parent7f346c9058f39a533a2eaadc9ebc4001397c6ff9 (diff)
parent531c26be6445110360042f1c94952fbcb76d4971 (diff)
downloadplatform_external_parameter-framework-marshmallow-dr1.5-release.tar.gz
platform_external_parameter-framework-marshmallow-dr1.5-release.tar.bz2
platform_external_parameter-framework-marshmallow-dr1.5-release.zip
Change-Id: I02a7a956d2423f86bc790473687b80bb3132f6dc
Diffstat (limited to 'remote-process')
-rw-r--r--remote-process/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/remote-process/Android.mk b/remote-process/Android.mk
index 015c8ec..a29b834 100644
--- a/remote-process/Android.mk
+++ b/remote-process/Android.mk
@@ -67,6 +67,10 @@ 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)
##############################