X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=blobdiff_plain;f=BoardConfig.mk;h=bd23daf54a7f45b4d2bc27c8cfa49e0deef801ae;hp=ffc71388d436ced36b1ff24e26c9d20cf6bdc105;hb=c52e8632c4073802217a45931fe650d75484d172;hpb=82c0ce8c5e591c7a9f51a2a34be5baeb9f281f39 diff --git a/BoardConfig.mk b/BoardConfig.mk index ffc7138..bd23daf 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -7,13 +7,11 @@ TARGET_BOARD_PLATFORM := android-x86 # Some framework code requires this to enable BT BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_LINUX := true +BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth BOARD_USE_LEGACY_UI := true -BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1610612736 -BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := squashfs -BOARD_SYSTEMIMAGE_SQUASHFS_COMPRESSOR := gzip -#TARGET_USERIMAGES_SPARSE_SQUASHFS_DISABLED := true +BOARD_SYSTEMIMAGE_PARTITION_SIZE = $(if $(MKSQUASHFS),0,1610612736) # customize the malloced address to be 16-byte aligned BOARD_MALLOC_ALIGNMENT := 16 @@ -33,7 +31,7 @@ TARGET_EXTRA_KERNEL_MODULES := tp_smapi ifneq ($(filter efi_img,$(MAKECMDGOALS)),) TARGET_KERNEL_ARCH ?= x86_64 endif -TARGET_USES_64_BIT_BINDER := $(if $(filter x86_64,$(TARGET_ARCH) $(TARGET_KERNEL_ARCH)),true) +TARGET_USES_64_BIT_BINDER := true BOARD_USES_GENERIC_AUDIO ?= false BOARD_USES_ALSA_AUDIO ?= true @@ -62,7 +60,9 @@ USE_INTEL_OMX_COMPONENTS := true USE_OPENGL_RENDERER := true NUM_FRAMEBUFFER_SURFACE_BUFFERS ?= 3 +BOARD_USES_DRM_GRALLOC := true BOARD_USES_DRM_HWCOMPOSER ?= true +SF_START_GRAPHICS_ALLOCATOR_SERVICE := true USE_CAMERA_STUB ?= false @@ -72,14 +72,13 @@ SUPERUSER_PACKAGE_PREFIX := com.android.settings.cyanogenmod.superuser # This enables the wpa wireless driver BOARD_WPA_SUPPLICANT_DRIVER ?= NL80211 WPA_SUPPLICANT_VERSION ?= VER_2_1_DEVEL -WIFI_DRIVER_MODULE_PATH ?= auto BOARD_GPU_DRIVERS ?= i915 i965 nouveau r300g r600g radeonsi virgl vmwgfx ifneq ($(strip $(BOARD_GPU_DRIVERS)),) TARGET_HARDWARE_3D := true endif -BOARD_KERNEL_CMDLINE := root=/dev/ram0 androidboot.selinux=permissive $(if $(filter true,$(TARGET_USES_64_BIT_BINDER)),,vmalloc=192M) +BOARD_KERNEL_CMDLINE := root=/dev/ram0 androidboot.selinux=permissive$(if $(filter x86_64,$(TARGET_ARCH) $(TARGET_KERNEL_ARCH)),, vmalloc=192M) TARGET_KERNEL_DIFFCONFIG := device/generic/common/selinux_diffconfig COMPATIBILITY_ENHANCEMENT_PACKAGE := true @@ -87,3 +86,6 @@ PRC_COMPATIBILITY_PACKAGE := true ZIP_OPTIMIZATION_NO_INTEGRITY := true DEVICE_MANIFEST_FILE := device/generic/common/manifest.xml + +BOARD_SEPOLICY_DIRS += device/generic/common/sepolicy \ + system/bt/vendor_libs/linux/sepolicy \