searchpolicy depends on FcSort
Bug: 77965486
Test: run cts -m CtsSecurityHostTestCases -t
android.cts.security.FileSystemPermissionTest#testDevHwRandomPermissions
Change-Id: Ib5965649e9b2b4bb0259383374dfac76cc0a8bd5
(cherry picked from commit cc541a80c3
)
This commit is contained in:
parent
53cabd6c35
commit
3a3756feee
1 changed files with 2 additions and 1 deletions
|
@ -56,8 +56,9 @@ python_binary_host {
|
||||||
python_binary_host {
|
python_binary_host {
|
||||||
name: "searchpolicy",
|
name: "searchpolicy",
|
||||||
srcs: [
|
srcs: [
|
||||||
"searchpolicy.py",
|
"FcSort.py",
|
||||||
"policy.py",
|
"policy.py",
|
||||||
|
"searchpolicy.py",
|
||||||
],
|
],
|
||||||
required: ["libsepolwrap"],
|
required: ["libsepolwrap"],
|
||||||
defaults: ["py2_only"],
|
defaults: ["py2_only"],
|
||||||
|
|
Loading…
Reference in a new issue