Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created January 6, 2017 22:33
Show Gist options
  • Save invisiblek/fc1623ddbb7e3db91cf42617a2d992ac to your computer and use it in GitHub Desktop.
Save invisiblek/fc1623ddbb7e3db91cf42617a2d992ac to your computer and use it in GitHub Desktop.
commit bef18f51b8151faf02ec311e5cdacd536410cf1f (HEAD -> android-7.0)
Author: Dan Pasanen <[email protected]>
Date: Fri Jan 6 16:29:11 2017 -0600
marlin: hard-code cpu abi list
* It appears different build environments build the prop that this
ends up becoming (ro.product.cpu.abilist) differently.
* Hard code is so its correct no matter what its built against
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 761ccf7..5c62319 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -9,6 +9,7 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno530
# Architecture
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
+TARGET_CPU_ABI_LIST := arm64-v8a,armeabi-v7a,armeabi
TARGET_CPU_ABI := arm64-v8a
TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := kryo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment