diff options
Diffstat (limited to 'gps/izat_api/Android.mk')
-rw-r--r-- | gps/izat_api/Android.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gps/izat_api/Android.mk b/gps/izat_api/Android.mk new file mode 100644 index 0000000..06db16e --- /dev/null +++ b/gps/izat_api/Android.mk @@ -0,0 +1,15 @@ +ifneq ($(BUILD_TINY_ANDROID),true) + +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_COPY_HEADERS_TO:= liblocationservice/lcp/inc/ + +LOCAL_COPY_HEADERS:= \ + IzatRemoteApi.h \ + izat_remote_api.h + +include $(BUILD_COPY_HEADERS) + +endif # not BUILD_TINY_ANDROID |