Revert "Avoid GPS build for MSM8916 64bit"

This reverts commit 0daddfd2fd.

Change-Id: I3138bb2d600618cfec5ec7588d5359b15a07cbad
This commit is contained in:
Dante Russo 2014-05-07 17:12:49 -07:00 committed by Tushar Janefalkar
parent c1f630ca55
commit 9ffb10553d
4 changed files with 2 additions and 8 deletions

View file

@ -1,4 +1,3 @@
ifeq (, $(filter aarch64 arm64, $(TARGET_ARCH)))
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
ifneq ($(BUILD_TINY_ANDROID),true)
@ -52,4 +51,3 @@ include $(BUILD_SHARED_LIBRARY)
endif # not BUILD_TINY_ANDROID
endif # BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
endif # not aarch64

View file

@ -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

View file

@ -1,4 +1,3 @@
ifeq (, $(filter aarch64 arm64, $(TARGET_ARCH)))
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
LOCAL_PATH := $(call my-dir)
@ -16,4 +15,3 @@ 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

View file

@ -1,4 +1,3 @@
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
@ -61,4 +60,3 @@ 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