Anton Hansson | 40c4773 | 2018-11-22 15:39:10 +0000 | [diff] [blame] | 1 | # BoardConfigMainlineCommon.mk |
| 2 | # |
| 3 | # Common compile-time definitions for mainline images. |
| 4 | |
| 5 | # The generic product target doesn't have any hardware-specific pieces. |
| 6 | TARGET_NO_BOOTLOADER := true |
Anton Hansson | cd2f944 | 2019-03-22 15:02:08 +0000 | [diff] [blame] | 7 | TARGET_NO_RECOVERY := true |
Anton Hansson | 40c4773 | 2018-11-22 15:39:10 +0000 | [diff] [blame] | 8 | |
| 9 | TARGET_USERIMAGES_USE_EXT4 := true |
| 10 | |
Anton Hansson | 9791518 | 2018-12-06 18:25:32 +0000 | [diff] [blame] | 11 | # Mainline devices must have /vendor and /product partitions. |
| 12 | TARGET_COPY_OUT_VENDOR := vendor |
| 13 | TARGET_COPY_OUT_PRODUCT := product |
| 14 | |
Anton Hansson | 40c4773 | 2018-11-22 15:39:10 +0000 | [diff] [blame] | 15 | BOARD_VNDK_VERSION := current |
| 16 | |
| 17 | # Required flag for non-64 bit devices from P. |
| 18 | TARGET_USES_64_BIT_BINDER := true |
| 19 | |
Anton Hansson | ac952ee | 2019-01-09 16:12:38 +0000 | [diff] [blame] | 20 | # 64 bit mediadrmserver |
| 21 | TARGET_ENABLE_MEDIADRM_64 := true |
| 22 | |
Anton Hansson | 40c4773 | 2018-11-22 15:39:10 +0000 | [diff] [blame] | 23 | # Puts odex files on system_other, as well as causing dex files not to get |
| 24 | # stripped from APKs. |
| 25 | BOARD_USES_SYSTEM_OTHER_ODEX := true |
| 26 | |
Andrew Lehmer | 4c42d17 | 2019-05-14 21:16:46 +0000 | [diff] [blame^] | 27 | # Audio: must using XML format for Treblized devices |
| 28 | USE_XML_AUDIO_POLICY_CONF := 1 |
| 29 | |
Anton Hansson | 60bf75a | 2019-02-06 15:41:36 +0000 | [diff] [blame] | 30 | # Bluetooth defines |
| 31 | # TODO(b/123695868): Remove the need for this |
| 32 | BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := build/make/target/board/mainline_arm64/bluetooth |
| 33 | |
Anton Hansson | de6f4cf | 2018-12-04 16:51:21 +0000 | [diff] [blame] | 34 | BOARD_AVB_ENABLE := true |
| 35 | BOARD_AVB_ROLLBACK_INDEX := $(PLATFORM_SECURITY_PATCH_TIMESTAMP) |
Anton Hansson | b100f5b | 2019-02-08 13:34:49 +0000 | [diff] [blame] | 36 | |
| 37 | BOARD_CHARGER_ENABLE_SUSPEND := true |
Anton Hansson | 571fab0 | 2019-03-21 14:54:43 +0000 | [diff] [blame] | 38 | |
Anton Hansson | 018bd13 | 2019-03-22 14:12:26 +0000 | [diff] [blame] | 39 | # Enable system property split for Treble |
| 40 | BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true |
Anton Hansson | 66bd185 | 2019-04-05 18:45:17 +0100 | [diff] [blame] | 41 | |
| 42 | # Generate an APEX image for experiment b/119800099. |
| 43 | DEXPREOPT_GENERATE_APEX_IMAGE := true |