summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xBoardConfig.mk2
-rw-r--r--sepolicy/platform_app.te1
2 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 4817642..3aa2055 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -43,7 +43,7 @@ TARGET_BOOTLOADER_BOARD_NAME := tuna
# Kernel
BOARD_KERNEL_BASE := 0x80000000
BOARD_KERNEL_CMDLINE := androidboot.hardware=$(TARGET_BOOTLOADER_BOARD_NAME)
-TARGET_KERNEL_CONFIG := cyanogenmod_tuna_defconfig
+TARGET_KERNEL_CONFIG := tuna_defconfig
TARGET_KERNEL_SOURCE := kernel/samsung/tuna
TI_CAMERAHAL_USES_LEGACY_DOMX_DCC := true
diff --git a/sepolicy/platform_app.te b/sepolicy/platform_app.te
new file mode 100644
index 0000000..4d92e6b
--- /dev/null
+++ b/sepolicy/platform_app.te
@@ -0,0 +1 @@
+allow platform_app nfc_service:service_manager find;