Skip to content

Commit

Permalink
laurel_sprout: Build using generic targets.
Browse files Browse the repository at this point in the history
This makes it easier for me to build on my machine without creating too
many dups

Signed-off-by: Arvind Mukund <[email protected]>
Change-Id: Ic467ad4da20ba09a7e8f4849bb5ed51f93a05505
  • Loading branch information
MasterAwesome committed Jan 31, 2022
1 parent 8e5efb4 commit ada9d9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_ABI := arm64-v8a
TARGET_CPU_VARIANT := cortex-a73
TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := generic

TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv8-a
TARGET_2ND_ARCH_VARIANT := armv7-a-neon
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := cortex-a53
TARGET_2ND_CPU_VARIANT := cortex-a9

TARGET_USES_64_BIT_BINDER := true

Expand Down

0 comments on commit ada9d9c

Please sign in to comment.