Files
device_redroid/redroid_x86_64/BoardConfig.mk
Ziyang Zhou d54109c53d refine product make scripts
- allow enable overlayfs data partiton
- stub to extend product definition
- auto detect GPU
2021-06-26 05:54:01 +00:00

14 lines
349 B
Makefile
Executable File

include device/generic/x86_64/BoardConfig.mk
# want all fonts
SMALLER_FONT_FOOTPRINT := false
MINIMAL_FONT_FOOTPRINT := false
# use seperate vendor partition
TARGET_COPY_OUT_VENDOR := vendor
BOARD_GPU_DRIVERS := i915 i965 r300g r600g virgl iris radeonsi
DEVICE_MANIFEST_FILE := device/redroid/manifest.xml
PRODUCT_ENFORCE_VINTF_MANIFEST := true