de6f4cfdc8
Partial rollback of Id5d114bde8b93800fe52c791ccc47cdffd86f382. It is likely mainline also wants some of the BOARD_AVB_SYSTEM.. flags, but I'm not entirely sure which ones. Test: run build_mixed with this patch Change-Id: I6ef3c01f6c74e6d93cf798b26b8c7a4785bbefb4
28 lines
786 B
Makefile
28 lines
786 B
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_KERNEL := true
|
|
|
|
TARGET_USERIMAGES_USE_EXT4 := true
|
|
|
|
# system-as-root is mandatory from Android P
|
|
TARGET_NO_RECOVERY := true
|
|
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
|
|
|
|
BOARD_VNDK_VERSION := current
|
|
|
|
# Required flag for non-64 bit devices from P.
|
|
TARGET_USES_64_BIT_BINDER := 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
|
|
|
|
BOARD_AVB_ENABLE := true
|
|
BOARD_AVB_ROLLBACK_INDEX := $(PLATFORM_SECURITY_PATCH_TIMESTAMP)
|