Adding file group for vts_treble_sys_prop_test.
Bug: 147720376 Test: m vts_treble_sys_prop_test Change-Id: I81a0e21a989dd89f8c37adf5a5c739ca0bdfbac0 Merged-In: I81a0e21a989dd89f8c37adf5a5c739ca0bdfbac0
This commit is contained in:
parent
deddd22d0b
commit
a07eaa4eec
1 changed files with 9 additions and 0 deletions
|
@ -375,3 +375,12 @@ service_contexts {
|
||||||
reqd_mask: true,
|
reqd_mask: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// For vts_treble_sys_prop_test
|
||||||
|
filegroup {
|
||||||
|
name: "private_property_contexts",
|
||||||
|
srcs: ["private/property_contexts"],
|
||||||
|
visibility: [
|
||||||
|
"//test/vts-testcase/security/system_property",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue