7d679bb26a
The build system default was changed to not support apex, but we want the mainline device to enable it. Also re-disable it for GSI. Test: make Change-Id: I9a4372d375c2c741d7de5b2f83cac3c4b08767f8 Merged-In: I9a4372d375c2c741d7de5b2f83cac3c4b08767f8
46 lines
1.3 KiB
Makefile
46 lines
1.3 KiB
Makefile
# BoardConfigMainlineCommon.mk
|
|
#
|
|
# Common compile-time definitions for mainline images.
|
|
|
|
# The generic product target doesn't have any hardware-specific pieces.
|
|
TARGET_NO_BOOTLOADER := true
|
|
TARGET_NO_RECOVERY := true
|
|
|
|
TARGET_USERIMAGES_USE_EXT4 := true
|
|
|
|
# Mainline devices must have /vendor and /product partitions.
|
|
TARGET_COPY_OUT_VENDOR := vendor
|
|
TARGET_COPY_OUT_PRODUCT := product
|
|
|
|
BOARD_VNDK_VERSION := current
|
|
|
|
# Required flag for non-64 bit devices from P.
|
|
TARGET_USES_64_BIT_BINDER := true
|
|
|
|
# 64 bit mediadrmserver
|
|
TARGET_ENABLE_MEDIADRM_64 := true
|
|
|
|
# Puts odex files on system_other, as well as causing dex files not to get
|
|
# stripped from APKs.
|
|
BOARD_USES_SYSTEM_OTHER_ODEX := true
|
|
|
|
# Audio: must using XML format for Treblized devices
|
|
USE_XML_AUDIO_POLICY_CONF := 1
|
|
|
|
# Bluetooth defines
|
|
# TODO(b/123695868): Remove the need for this
|
|
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := build/make/target/board/mainline_arm64/bluetooth
|
|
|
|
BOARD_AVB_ENABLE := true
|
|
BOARD_AVB_ROLLBACK_INDEX := $(PLATFORM_SECURITY_PATCH_TIMESTAMP)
|
|
|
|
BOARD_CHARGER_ENABLE_SUSPEND := true
|
|
|
|
# Enable system property split for Treble
|
|
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
|
|
|
# Generate an APEX image for experiment b/119800099.
|
|
DEXPREOPT_GENERATE_APEX_IMAGE := true
|
|
|
|
# Mainline devices support apex
|
|
TARGET_FLATTEN_APEX := false
|