Add optional flag in make file
Change-Id: I099cd597c77641bdf2a98732f87484ec6d70f9a9
This commit is contained in:
parent
7573253c26
commit
a2fc84b219
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_MODULE := gps.$(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE)
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_STATIC_LIBRARIES:= \
|
||||
libloc_api-rpc
|
||||
|
||||
|
|
Loading…
Reference in a new issue