diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 20:04:09 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 20:04:09 +0100 |
commit | aeba04a6231bebe7e38f99201937ea955cc02f0e (patch) | |
tree | 380c8a6be332fd05ccbc15739870ecbc0ba9a5fb /BoardConfig.mk | |
parent | a1dd21e55d61061ee311880d976d5af7d07bf5e9 (diff) |
fix
Change-Id: Ibe3d022be95bf66954fc794d1b2b06bd92cc52ce
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 6e2e2ac..38c15f8 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -69,7 +69,7 @@ TARGET_KERNEL_APPEND_DTB := true TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- -TARGET_KERNEL_CONFIG := lineageos_z2plus_defconfig +TARGET_KERNEL_CONFIG := lineageos_z2_plus_defconfig TARGET_KERNEL_SOURCE := kernel/zuk/msm8996 # QCOM hardware @@ -151,14 +151,6 @@ ifeq ($(HOST_OS),linux) endif endif -# GPS -TARGET_NO_RPC := true -USE_DEVICE_SPECIFIC_GPS := true - -# GPS -USE_DEVICE_SPECIFIC_GPS := true -USE_DEVICE_SPECIFIC_LOC_API := true - # Init TARGET_INIT_VENDOR_LIB := libinit_z2_plus TARGET_RECOVERY_DEVICE_MODULES := libinit_z2_plus |