diff options
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r-- | BoardConfig.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index c7cee56..c9abc0e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -29,5 +29,9 @@ BOARD_MODEM_TYPE := xmm6260 BOARD_RIL_CLASS := ../../../device/samsung/espresso3g/ril COMMON_GLOBAL_CFLAGS += -DDISABLE_ASHMEM_TRACKING +# Selinux +BOARD_SEPOLICY_DIRS += \ + device/samsung/espresso3g/sepolicy + # Use the non-open-source parts, if they're present -include vendor/samsung/espresso3g/BoardConfigVendor.mk |