Merge "Change property_contexts from private to public." into rvc-dev

This commit is contained in:
Dan Shi 2020-04-29 00:10:35 +00:00 committed by Android (Google) Code Review
commit 893f7e67e0

View file

@ -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",
],