X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=BoardConfig.mk;h=c748433b478500cfa131495313edcc01094d912b;hb=07c4753be3f815eb14a2e7693662e8a0cdb44b37;hp=3f7e7f1eca4885b1cd6f78eeba088f62f386ebad;hpb=64563a1e63b0ae2362c91e5f5782b6169a4ddfd6;p=android-x86%2Fdevice-generic-common.git diff --git a/BoardConfig.mk b/BoardConfig.mk index 3f7e7f1..c748433 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -11,8 +11,6 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth BOARD_USE_LEGACY_UI := true -BOARD_SYSTEMIMAGE_PARTITION_SIZE = $(if $(MKSQUASHFS),0,1610612736) - # customize the malloced address to be 16-byte aligned BOARD_MALLOC_ALIGNMENT := 16 @@ -73,7 +71,7 @@ SUPERUSER_PACKAGE_PREFIX := com.android.settings.cyanogenmod.superuser BOARD_WPA_SUPPLICANT_DRIVER ?= NL80211 WPA_SUPPLICANT_VERSION ?= VER_2_1_DEVEL -BOARD_GPU_DRIVERS ?= i915 i965 nouveau r300g r600g radeonsi virgl vmwgfx +BOARD_GPU_DRIVERS ?= i915 i965 iris nouveau r300g r600g radeonsi virgl vmwgfx ifneq ($(strip $(BOARD_GPU_DRIVERS)),) TARGET_HARDWARE_3D := true endif @@ -91,3 +89,16 @@ BOARD_SEPOLICY_DIRS += device/generic/common/sepolicy/nonplat \ system/bt/vendor_libs/linux/sepolicy \ BOARD_PLAT_PRIVATE_SEPOLICY_DIR := device/generic/common/sepolicy/plat_private + +BOARD_BUILD_SYSTEM_ROOT_IMAGE := true +BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 33554432 +BOARD_USES_OEMIMAGE := true +BUILD_BROKEN_USES_NETWORK := true +USE_XML_AUDIO_POLICY_CONF := 1 + +BOARD_USES_MINIGBM := true +BOARD_USES_MINIGBM_INTEL := true +BOARD_USES_GRALLOC1 := true +BOARD_USES_IA_HWCOMPOSER := true +TARGET_USES_HWC2 ?= true +#BOARD_USES_VULKAN := true