Avoid GPS build for MSM8916 64bit
Avoid GPS compilation for MSM8916 64bit targets CRs-fixed: 628263 Change-Id: I5fde20c25de005feb1c24017107858d4f19eed4f
This commit is contained in:
parent
dc4419cb2e
commit
0daddfd2fd
4 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
ifeq (, $(filter aarch64 arm64, $(TARGET_ARCH)))
|
||||
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
||||
ifneq ($(BUILD_TINY_ANDROID),true)
|
||||
|
||||
|
@ -51,3 +52,4 @@ include $(BUILD_SHARED_LIBRARY)
|
|||
|
||||
endif # not BUILD_TINY_ANDROID
|
||||
endif # BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
|
||||
endif # not aarch64
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
ifeq (, $(filter aarch64 arm64, $(TARGET_ARCH)))
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
|
@ -9,4 +9,4 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/
|
|||
LOCAL_SRC_FILES := gps.conf
|
||||
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
endif # not aarch64
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
ifeq (, $(filter aarch64 arm64, $(TARGET_ARCH)))
|
||||
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
@ -15,3 +16,4 @@ GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api_50001/
|
|||
include $(addsuffix Android.mk, $(GPS_DIR_LIST))
|
||||
|
||||
endif#BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
|
||||
endif # not aarch64
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
ifeq (, $(filter aarch64 arm64, $(TARGET_ARCH)))
|
||||
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
||||
ifneq ($(BUILD_TINY_ANDROID),true)
|
||||
#Compile this library only for builds with the latest modem image
|
||||
|
@ -60,3 +61,4 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)
|
|||
include $(BUILD_SHARED_LIBRARY)
|
||||
endif # not BUILD_TINY_ANDROID
|
||||
endif # BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
|
||||
endif # not aarch64
|
||||
|
|
Loading…
Reference in a new issue