1# 2# Product-specific compile-time definitions. 3# 4 5# The generic product target doesn't have any hardware-specific pieces. 6TARGET_NO_BOOTLOADER := true 7TARGET_NO_KERNEL := true 8TARGET_CPU_ABI := x86_64 9TARGET_ARCH := x86_64 10TARGET_ARCH_VARIANT := x86_64 11 12TARGET_USER_MODE_LINUX := true 13 14TARGET_USES_64_BIT_BINDER := true 15 16TARGET_USERIMAGES_USE_EXT4 := true 17# Let UML mount userdata.img in a non-sparse format 18TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true 19 20BOARD_SYSTEMIMAGE_PARTITION_SIZE := 786432000 21BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800 22BOARD_FLASH_BLOCK_SIZE := 512 23 24BOARD_SEPOLICY_DIRS += \ 25 device/generic/uml/sepolicy 26