You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
226 B
8 lines
226 B
4 months ago
|
# Flags from BoardConfigVendor.mk
|
||
|
ifneq ($(TARGET_USES_QMAA),true)
|
||
|
BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := default
|
||
|
else ifneq ($(TARGET_USES_QMAA_OVERRIDE_GPS),false)
|
||
|
BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := default
|
||
|
endif
|
||
|
|