zenfone6: Update Root extra folders
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 7b52436..46ef90f 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -124,7 +124,7 @@
TARGET_COPY_OUT_ODM := odm
TARGET_COPY_OUT_VENDOR := vendor
-BOARD_ROOT_EXTRA_FOLDERS := asdf batinfo voucher xrom
+BOARD_ROOT_EXTRA_FOLDERS := ADF APD asdf batinfo voucher xrom
# Platform
TARGET_BOARD_PLATFORM := msmnile
diff --git a/sepolicy/private/file.te b/sepolicy/private/file.te
index 916beea..b99e56a 100644
--- a/sepolicy/private/file.te
+++ b/sepolicy/private/file.te
@@ -1,5 +1,5 @@
# rootfs
type asdf_file, file_type;
-type batinfo_file, file_type;
+type demoapp_file, file_type;
type voucher_file, file_type;
type xrom_file, file_type;
\ No newline at end of file
diff --git a/sepolicy/private/file_contexts b/sepolicy/private/file_contexts
index e0ab13c..ff53b59 100644
--- a/sepolicy/private/file_contexts
+++ b/sepolicy/private/file_contexts
@@ -1,5 +1,7 @@
# Files in rootfs
+/ADF(/.*)? u:object_r:demoapp_file:s0
+/APD(/.*)? u:object_r:demoapp_file:s0
/asdf(/.*)? u:object_r:asdf_file:s0
-/batinfo(/.*)? u:object_r:batinfo_file:s0
+/batinfo(/.*)? u:object_r:demoapp_file:s0
/voucher(/.*)? u:object_r:voucher_file:s0
/xrom(/.*)? u:object_r:xrom_file:s0