diff options
author | Fedor917 <cryscript@gmail.com> | 2016-11-10 15:53:00 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-11-10 15:53:00 +0700 |
commit | f7102b858dc849cc94255bc96f95b880dfd93452 (patch) | |
tree | 3e6164b0b02bb62f7093ddc44bbbaebaf44aacf8 /gps/loc_api/Android.mk | |
parent | cc834f0c4bb0ce51baddc42d11935438bf63394a (diff) |
Initialising brunch based on davidevinavil device tree (CM14.0 branch)
Diffstat (limited to 'gps/loc_api/Android.mk')
-rw-r--r-- | gps/loc_api/Android.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gps/loc_api/Android.mk b/gps/loc_api/Android.mk index 8bfdd1b..0a16f68 100644 --- a/gps/loc_api/Android.mk +++ b/gps/loc_api/Android.mk @@ -9,5 +9,11 @@ endif #TARGET_NO_RPC GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api_50001/ +ifneq ($(QCPATH),) +GPS_DIR_LIST += \ + $(LOCAL_PATH)/ds_api/ \ + $(LOCAL_PATH)/loc_api_v02/ +endif + #call the subfolders include $(addsuffix Android.mk, $(GPS_DIR_LIST)) |