mirror of
https://github.com/AetherDroid/android_device_on5xelte_lineage.git
synced 2025-09-04 23:47:47 -04:00
Add files via upload
This commit is contained in:
commit
21fe927e6f
12 changed files with 148 additions and 0 deletions
18
BoardConfig.mk
Normal file
18
BoardConfig.mk
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Copyright (C) 2018 The LineageOS Project
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
DEVICE_PATH := device/samsung/on5xelte
|
||||
|
||||
# Assert
|
||||
TARGET_OTA_ASSERT_DEVICE := on5xeltexx,on5xelteks,on5xelte
|
||||
|
||||
# Kernel
|
||||
TARGET_KERNEL_CONFIG := on5xelte_00_defconfig
|
||||
TARGET_KERNEL_CUSTOM_TOOLCHAIN := /home/nick/android/lineage/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-
|
||||
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
|
||||
|
||||
# Bluetooth
|
||||
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
|
||||
|
||||
# Inherit common board flags
|
||||
include device/samsung/universal7570-common/BoardConfigCommon.mk
|
Loading…
Add table
Add a link
Reference in a new issue