huangcm
2025-07-01 676035278781360996553c427a12bf358249ebf7
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
#
# Product-specific compile-time definitions.
#
 
# The generic product target doesn't have any hardware-specific pieces.
TARGET_NO_BOOTLOADER := true
TARGET_NO_KERNEL := true
TARGET_CPU_ABI := x86_64
TARGET_ARCH := x86_64
TARGET_ARCH_VARIANT := x86_64
 
TARGET_USER_MODE_LINUX := true
 
TARGET_USES_64_BIT_BINDER := true
 
TARGET_USERIMAGES_USE_EXT4 := true
# Let UML mount userdata.img in a non-sparse format
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
 
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 786432000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
BOARD_FLASH_BLOCK_SIZE := 512
 
BOARD_SEPOLICY_DIRS += \
        device/generic/uml/sepolicy