summaryrefslogtreecommitdiffstats
path: root/remote-process
diff options
context:
space:
mode:
Diffstat (limited to 'remote-process')
-rw-r--r--remote-process/Android.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/remote-process/Android.mk b/remote-process/Android.mk
index a269249..732f579 100644
--- a/remote-process/Android.mk
+++ b/remote-process/Android.mk
@@ -61,15 +61,13 @@ LOCAL_MODULE_TAGS := $(common_module_tags)
LOCAL_CFLAGS := $(common_cflags)
-LOCAL_C_INCLUDES += \
- $(common_c_includes) \
- external/stlport/stlport \
- bionic/
+LOCAL_C_INCLUDES := $(common_c_includes)
-LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) libstlport
+LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)
LOCAL_STATIC_LIBRARIES := $(common_static_libraries)
+include external/stlport/libstlport.mk
include $(BUILD_EXECUTABLE)
##############################