Skip to content
Snippets Groups Projects
Commit e8913ef5 authored by Jaekyun Seok's avatar Jaekyun Seok Committed by android-build-merger
Browse files

Merge "Add tests for compatible property (1/2)"

am: cfbe2a1f

Change-Id: I11ab803358ed847ae299d1bf315e0577816a411b
parents 64146090 cfbe2a1f
No related branches found
No related tags found
No related merge requests found
......@@ -701,6 +701,7 @@ $(LOCAL_BUILT_MODULE): PRIVATE_MLS_CATS := $(MLS_CATS)
$(LOCAL_BUILT_MODULE): PRIVATE_TGT_ARCH := $(my_target_arch)
$(LOCAL_BUILT_MODULE): PRIVATE_WITH_ASAN := false
$(LOCAL_BUILT_MODULE): PRIVATE_SEPOLICY_SPLIT := cts
$(LOCAL_BUILT_MODULE): PRIVATE_COMPATIBLE_PROPERTY := cts
$(LOCAL_BUILT_MODULE): $(call build_policy, $(sepolicy_build_files), \
$(PLAT_PUBLIC_POLICY) $(PLAT_PRIVATE_POLICY))
$(transform-policy-to-conf)
......
......@@ -148,7 +148,7 @@ compatible_property_only(`
domain
-coredomain
-appdomain
-hal_nfc
-hal_nfc_server
-vendor_init
} {
nfc_prop
......@@ -189,6 +189,16 @@ compatible_property_only(`
-radio_prop
}:file no_rw_file_perms;
neverallow {
domain
-coredomain
-appdomain
-hal_nfc_server
-vendor_init
} {
nfc_prop
}:file no_rw_file_perms;
neverallow {
domain
-coredomain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment