• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
2LOCAL_PATH := $(call my-dir)
3
4ifneq ($(filter msm8960 apq8064 ,$(TARGET_BOARD_PLATFORM)),)
5    #For msm8960/apq8064 targets
6    include $(call all-named-subdir-makefiles,msm8960)
7else
8    #For all other targets
9    GPS_DIRS=core utils loc_api platform_lib_abstractions etc
10    include $(call all-named-subdir-makefiles,$(GPS_DIRS))
11endif #TARGET_BOARD_PLATFORM
12endif #BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
13