diff options
Diffstat (limited to 'gps/core/Android.mk')
-rw-r--r-- | gps/core/Android.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gps/core/Android.mk b/gps/core/Android.mk index 35a267f..9649f00 100644 --- a/gps/core/Android.mk +++ b/gps/core/Android.mk @@ -19,7 +19,8 @@ LOCAL_SHARED_LIBRARIES := \ libutils \ libcutils \ libgps.utils \ - libdl + libdl \ + libloc_pla LOCAL_SRC_FILES += \ LocApiBase.cpp \ @@ -34,7 +35,8 @@ LOCAL_CFLAGS += \ LOCAL_C_INCLUDES:= \ $(TARGET_OUT_HEADERS)/gps.utils \ - $(TARGET_OUT_HEADERS)/libflp + $(TARGET_OUT_HEADERS)/libflp \ + $(TARGET_OUT_HEADERS)/libloc_pla LOCAL_COPY_HEADERS_TO:= libloc_core/ LOCAL_COPY_HEADERS:= \ |