summaryrefslogtreecommitdiffstats
path: root/gps/loc_api/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gps/loc_api/Android.mk')
-rw-r--r--gps/loc_api/Android.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/gps/loc_api/Android.mk b/gps/loc_api/Android.mk
new file mode 100644
index 0000000..8bfdd1b
--- /dev/null
+++ b/gps/loc_api/Android.mk
@@ -0,0 +1,13 @@
+LOCAL_PATH := $(call my-dir)
+
+# add RPC dirs if RPC is available
+ifneq ($(TARGET_NO_RPC),true)
+
+GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api-rpc-50001/
+
+endif #TARGET_NO_RPC
+
+GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api_50001/
+
+#call the subfolders
+include $(addsuffix Android.mk, $(GPS_DIR_LIST))