diff options
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 |