Skip to content
Snippets Groups Projects
Unverified Commit 339e2083 authored by Vache's avatar Vache Committed by Erfan Abdi
Browse files

beckham: Enable more motomods support


* TODO: SELinux

Change-Id: I5e3ca7bc4ae4d10299845d6df798c98318e76f70
Signed-off-by: default avatarErfan Abdi <erfangplus@gmail.com>

# Conflicts:
#	BoardConfig.mk
#	audio/audio_platform_info.xml
#	lineage_beckham.mk
#	manifest.xml
parent b4593ca9
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
TARGET_KERNEL_CONFIG := lineageos_beckham_defconfig
TARGET_KERNEL_SOURCE := kernel/motorola/msm8998
TARGET_KERNEL_CLANG_COMPILE := true
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
# NFC
BOARD_NFC_CHIPSET := pn553
......
......@@ -24,6 +24,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Device
$(call inherit-product, device/motorola/beckham/device.mk)
# Mods
$(call inherit-product-if-exists, vendor/motorola/mods/mods-vendor.mk)
# A/B updater
AB_OTA_UPDATER := true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment