summaryrefslogtreecommitdiff
path: root/mobicore/MobiCoreDriverLib/Application.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mobicore/MobiCoreDriverLib/Application.mk')
-rw-r--r--mobicore/MobiCoreDriverLib/Application.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mobicore/MobiCoreDriverLib/Application.mk b/mobicore/MobiCoreDriverLib/Application.mk
index fddc817..54e6e00 100644
--- a/mobicore/MobiCoreDriverLib/Application.mk
+++ b/mobicore/MobiCoreDriverLib/Application.mk
@@ -7,7 +7,9 @@
# Don't remove this - mandatory
APP_PROJECT_PATH := $(abspath $(call my-dir))
-APP_STL := stlport_static
+APP_STL := gnustl_static
+
+NDK_TOOLCHAIN_VERSION := 4.8
# Don't optimize for better debugging
APP_OPTIM := debug
@@ -29,3 +31,6 @@ APP_PLATFORM := android-9
# Position Independent Executable
APP_PIE := true
+
+# Force compilation of proxy server
+APP_MODULES := libMcClient libMcRegistry mcDriverDaemon