-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathBoardConfigOmni.mk
More file actions
27 lines (22 loc) · 888 Bytes
/
BoardConfigOmni.mk
File metadata and controls
27 lines (22 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Kernel settings
KERNEL_TOOLCHAIN := $(ANDROID_BUILD_TOP)/prebuilts/gcc/$(HOST_OS)-x86/aarch64/aarch64-linux-android-4.9/bin
KERNEL_TOOLCHAIN_PREFIX := aarch64-linux-android-
TARGET_KERNEL_SOURCE := kernel/htc/flounder
TARGET_KERNEL_CONFIG := flounder_defconfig
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
BOARD_KERNEL_CMDLINE := androidboot.selinux=enforcing
# AudioFX
TARGET_USE_DEVICE_AUDIO_EFFECTS_CONF := true
TARGET_IGNORE_VENDOR_AUDIO_EFFECTS_CONF := true
# TWRP
TW_INCLUDE_CRYPTO := true
TW_THEME := landscape_hdpi
RECOVERY_SDCARD_ON_DATA := true
BOARD_HAS_NO_REAL_SDCARD := true
RECOVERY_GRAPHICS_USE_LINELENGTH := true
TW_BRIGHTNESS_PATH := "/sys/class/leds/lcd-backlight/brightness"
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
# Enable vendor image symlink
BOARD_NEEDS_VENDORIMAGE_SYMLINK := true
TARGET_DISABLE_OMX_VIDEO_CROP_OUTPUT := true
TARGET_USES_PREBUILT_HWC := true