X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=blobdiff_plain;f=BoardConfig.mk;h=f5bad0e36f3c6d8adb84693f7cad6433c46b027d;hp=2c03a772e044faa82319990ffbe5d1740b33e975;hb=c35ffc56465e575d812b712feb59acf0ae13cb79;hpb=303318c5c96794dffd9dfc75e332c741555e9ff1 diff --git a/BoardConfig.mk b/BoardConfig.mk index 2c03a77..f5bad0e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -7,6 +7,7 @@ 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 @@ -84,3 +85,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 \