Skip to content

Commit

Permalink
g5: Fix GPS makefile
Browse files Browse the repository at this point in the history
Change-Id: I54da165dffd01cc115d1dc2ffce8023096506f6b
  • Loading branch information
Steve Kondik authored and Rashed97 committed Jul 25, 2016
1 parent e233ae9 commit 383eaf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gps/loc_api/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ endif #TARGET_NO_RPC
GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api_50001/

ifneq ($(QCPATH),)
GPS_DIR_LIST += ds_api loc_api_v02
GPS_DIR_LIST += \
$(LOCAL_PATH)/ds_api/ \
$(LOCAL_PATH)/loc_api_v02/
endif

#call the subfolders
Expand Down

0 comments on commit 383eaf4

Please sign in to comment.