land: gps: Add additionnal makefiles
* Needed to copy headers
This commit is contained in:
parent
daa35a5a2c
commit
ecf15a1c13
2 changed files with 0 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
||||
ifneq ($(BUILD_TINY_ANDROID),true)
|
||||
#Compile this library only for builds with the latest modem image
|
||||
|
||||
|
@ -54,4 +53,3 @@ LOCAL_PRELINK_MODULE := false
|
|||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
endif # not BUILD_TINY_ANDROID
|
||||
endif # BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
||||
ifneq ($(BUILD_TINY_ANDROID),true)
|
||||
#Compile this library only for builds with the latest modem image
|
||||
|
||||
|
@ -48,4 +47,3 @@ LOCAL_PRELINK_MODULE := false
|
|||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
endif # not BUILD_TINY_ANDROID
|
||||
endif # BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
|
||||
|
|
Loading…
Reference in a new issue