mirror of
https://github.com/AetherDroid/android_device_on5xelte_lineage.git
synced 2025-09-03 06:57:46 -04:00
20 lines
712 B
Makefile
20 lines
712 B
Makefile
# Copyright (C) 2018 The LineageOS Project
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
DEVICE_PATH := device/samsung/on5xelte
|
|
ALLOW_MISSING_DEPENDENCIES := true
|
|
|
|
# Assert
|
|
TARGET_OTA_ASSERT_DEVICE := on5xeltexx,on5xelteks,on5xelte
|
|
|
|
# Kernel
|
|
TARGET_KERNEL_CONFIG := exynos7570-on5xelte_mea_defconfig
|
|
TARGET_KERNEL_CUSTOM_TOOLCHAIN := 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
|
|
include vendor/samsung/universal7570-common/BoardConfigVendor.mk
|