aboutsummaryrefslogtreecommitdiff
path: root/location/izat_api/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'location/izat_api/Android.mk')
-rw-r--r--location/izat_api/Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/location/izat_api/Android.mk b/location/izat_api/Android.mk
new file mode 100644
index 0000000..d225b9a
--- /dev/null
+++ b/location/izat_api/Android.mk
@@ -0,0 +1,10 @@
+ifneq ($(BUILD_TINY_ANDROID),true)
+
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := izat_remote_api_headers
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
+include $(BUILD_HEADER_LIBRARY)
+
+endif # not BUILD_TINY_ANDROID