add 64bit only device support
This commit is contained in:
18
redroid_arm64_only/BoardConfig.mk
Normal file
18
redroid_arm64_only/BoardConfig.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
# arm64 emulator specific definitions
|
||||
TARGET_ARCH := arm64
|
||||
TARGET_ARCH_VARIANT := armv8-a
|
||||
TARGET_CPU_VARIANT := generic
|
||||
TARGET_CPU_ABI := arm64-v8a
|
||||
|
||||
include build/make/target/board/BoardConfigGsiCommon.mk
|
||||
|
||||
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
|
||||
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_VENDORIMAGE_PARTITION_RESERVED_SIZE := 16777216
|
||||
BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 16777216
|
||||
|
||||
BOARD_GPU_DRIVERS := virgl radeonsi
|
||||
|
||||
DEVICE_MANIFEST_FILE := device/redroid/manifest.xml
|
||||
|
||||
Reference in New Issue
Block a user