Isaac Chen | 55e1d01 | 2018-06-11 12:52:22 +0800 | [diff] [blame] | 1 | # BoardConfigEmuCommon.mk |
| 2 | # |
| 3 | # Common compile-time definitions for emulator |
| 4 | # |
| 5 | |
| 6 | # The generic product target doesn't have any hardware-specific pieces. |
| 7 | TARGET_NO_BOOTLOADER := true |
| 8 | TARGET_NO_KERNEL := true |
| 9 | |
| 10 | HAVE_HTC_AUDIO_DRIVER := true |
| 11 | BOARD_USES_GENERIC_AUDIO := true |
| 12 | TARGET_BOOTLOADER_BOARD_NAME := goldfish_$(TARGET_ARCH) |
| 13 | |
Isaac Chen | 55e1d01 | 2018-06-11 12:52:22 +0800 | [diff] [blame] | 14 | # no hardware camera |
| 15 | USE_CAMERA_STUB := true |
| 16 | |
| 17 | TARGET_USES_HWC2 := true |
| 18 | NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3 |
| 19 | |
| 20 | # Build OpenGLES emulation guest and host libraries |
| 21 | BUILD_EMULATOR_OPENGL := true |
| 22 | BUILD_QEMU_IMAGES := true |
| 23 | |
| 24 | # Build and enable the OpenGL ES View renderer. When running on the emulator, |
| 25 | # the GLES renderer disables itself if host GL acceleration isn't available. |
| 26 | USE_OPENGL_RENDERER := true |
| 27 | |
| 28 | TARGET_COPY_OUT_VENDOR := vendor |
SzuWei Lin | e592c96 | 2018-07-12 17:40:00 +0800 | [diff] [blame] | 29 | |
Isaac Chen | 55e1d01 | 2018-06-11 12:52:22 +0800 | [diff] [blame] | 30 | # ~100 MB vendor image. Please adjust system image / vendor image sizes |
| 31 | # when finalizing them. |
| 32 | BOARD_VENDORIMAGE_PARTITION_SIZE := 100000000 |
| 33 | BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4 |
| 34 | BOARD_FLASH_BLOCK_SIZE := 512 |
Isaac Chen | 55e1d01 | 2018-06-11 12:52:22 +0800 | [diff] [blame] | 35 | DEVICE_MATRIX_FILE := device/generic/goldfish/compatibility_matrix.xml |
| 36 | |
Isaac Chen | 55e1d01 | 2018-06-11 12:52:22 +0800 | [diff] [blame] | 37 | BOARD_SEPOLICY_DIRS += device/generic/goldfish/sepolicy/common |
| 38 | BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true |