mirror of
https://github.com/AetherDroid/android_device_on5xelte_lineage.git
synced 2025-09-04 15:37:45 -04:00
Update BoardConfig.mk
This commit is contained in:
parent
96619c4c9f
commit
81f8f96a4a
1 changed files with 8 additions and 0 deletions
|
@ -2,7 +2,15 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
DEVICE_PATH := device/samsung/on5xelte
|
||||
|
||||
# Architecture
|
||||
TARGET_ARCH := arm
|
||||
TARGET_ARCH_VARIANT := armv8-a
|
||||
TARGET_CPU_ABI := armeabi-v7a
|
||||
TARGET_CPU_ABI2 := armeabi
|
||||
TARGET_CPU_VARIANT := cortex-a53
|
||||
TARGET_CPU_VARIANT_RUNTIME := cortex-a53
|
||||
|
||||
# Assert
|
||||
TARGET_OTA_ASSERT_DEVICE := on5xeltexx,on5xelteks,on5xelte
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue