diff options
author | Kilian von Pflugk <github@jumoog.io> | 2018-12-10 12:31:27 +0100 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 15:03:08 +0200 |
commit | 90b8934b446d35861994ae4ffe82d1737ffd330a (patch) | |
tree | 314825d0f2ec46832420b2c511571fce40c8a1e7 | |
parent | dceeceb327f754106c34d130770e175b398773c4 (diff) |
sdm660-common: Remove TARGET_USES_64_BIT_BINDER
The TARGET_USES_64_BIT_BINDER option is deprecated and can be removed
Change-Id: I6b828da1fbcc8c054c5b35ff78c870a689f7ed9f
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f86a6ec..bc1ae8e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -48,8 +48,6 @@ TARGET_2ND_CPU_ABI2 := armeabi TARGET_2ND_CPU_VARIANT := generic TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a73 -TARGET_USES_64_BIT_BINDER := true - # Kernel BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3 BOARD_KERNEL_CMDLINE += loop.max_part=7 |