diff options
| author | Julian Veit <claymore1298@gmail.com> | 2020-09-21 08:52:09 +0200 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2020-09-21 08:52:15 +0200 |
| commit | 06dfbc8700ad72c52959a29a430d436fc236ce24 (patch) | |
| tree | f694f9fae469f145fc1a40f9b4a9650ff56b8d95 | |
| parent | ee10d26af56ac7cb2768e6c95e160efce5ebdc6a (diff) | |
Revert "msm8960-common: Remove TARGET_USES_64_BIT_BINDER"q10.0
breaks boot
This reverts commit ee10d26af56ac7cb2768e6c95e160efce5ebdc6a.
Change-Id: I0d53621478b14547cc88616fb2f6806053cd0e2c
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 36f7e7b..ba5216d 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -46,6 +46,9 @@ TARGET_CPU_ABI2 := armeabi TARGET_CPU_VARIANT := generic TARGET_CPU_VARIANT_RUNTIME := krait +# Binder API version +TARGET_USES_64_BIT_BINDER := true + # QCOM hardware BOARD_USES_QCOM_HARDWARE := true |
