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:
Jeff Vander Stoep 2018-04-24 11:03:22 -07:00
parent 53cabd6c35
commit 3a3756feee

View file

@ -56,8 +56,9 @@ python_binary_host {
python_binary_host {
name: "searchpolicy",
srcs: [
"searchpolicy.py",
"FcSort.py",
"policy.py",
"searchpolicy.py",
],
required: ["libsepolwrap"],
defaults: ["py2_only"],