enforce fully treble and VNDK

This commit is contained in:
Ziyang Zhou
2021-09-19 22:28:30 +08:00
parent 26a7437c97
commit baca1608dc
6 changed files with 64 additions and 30 deletions

View File

@@ -1,13 +1,20 @@
include device/generic/x86_64/BoardConfig.mk
TARGET_CPU_ABI := x86_64
TARGET_ARCH := x86_64
TARGET_ARCH_VARIANT := x86_64
# want all fonts
SMALLER_FONT_FOOTPRINT := false
MINIMAL_FONT_FOOTPRINT := false
TARGET_2ND_CPU_ABI := x86
TARGET_2ND_ARCH := x86
TARGET_2ND_ARCH_VARIANT := x86_64
# use seperate vendor partition
TARGET_COPY_OUT_VENDOR := vendor
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 := i915 i965 r300g r600g virgl iris radeonsi
DEVICE_MANIFEST_FILE := device/redroid/manifest.xml
PRODUCT_ENFORCE_VINTF_MANIFEST := true

View File

@@ -1,3 +1,3 @@
PRODUCT_PACKAGES += \
vulkan.intel \
vulkan.intel \