824a8bc1fac5d2fc02404af3a4c21159ac1a1b95
[iec.git] / src / type3_AndroidCloud / anbox-master / products / x86_64 / BoardConfig.mk
1 TARGET_NO_BOOTLOADER := true
2 TARGET_NO_KERNEL := true
3 TARGET_CPU_ABI := x86_64
4 TARGET_ARCH := x86_64
5 TARGET_ARCH_VARIANT := x86_64
6 TARGET_PRELINK_MODULE := false
7
8 TARGET_2ND_CPU_ABI := x86
9 TARGET_2ND_ARCH := x86
10 TARGET_2ND_ARCH_VARIANT := x86
11
12 TARGET_USES_64_BIT_BINDER := true
13
14 # no hardware camera
15 USE_CAMERA_STUB := true
16
17 # Enable dex-preoptimization to speed up the first boot sequence
18 # of an SDK AVD. Note that this operation only works on Linux for now
19 ifeq ($(HOST_OS),linux)
20 WITH_DEXPREOPT ?= true
21 endif
22
23 # Build OpenGLES emulation host and guest libraries
24 BUILD_EMULATOR_OPENGL := true
25
26 # Build and enable the OpenGL ES View renderer. When running on the emulator,
27 # the GLES renderer disables itself if host GL acceleration isn't available.
28 USE_OPENGL_RENDERER := true
29
30 TARGET_USERIMAGES_USE_EXT4 := true
31 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648 # 2 GB
32 BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
33 BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
34 BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
35 BOARD_FLASH_BLOCK_SIZE := 512
36 TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true