Merge "Change property_contexts from private to public." into rvc-dev
This commit is contained in:
commit
893f7e67e0
1 changed files with 2 additions and 2 deletions
|
@ -378,8 +378,8 @@ service_contexts {
|
|||
|
||||
// For vts_treble_sys_prop_test
|
||||
filegroup {
|
||||
name: "private_property_contexts",
|
||||
srcs: ["private/property_contexts"],
|
||||
name: "public_property_contexts",
|
||||
srcs: ["public/property_contexts"],
|
||||
visibility: [
|
||||
"//test/vts-testcase/security/system_property",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue