searchpolicy depends on FcSort

Bug: 77965486
Test: run cts -m CtsSecurityHostTestCases -t
    android.cts.security.FileSystemPermissionTest#testDevHwRandomPermissions

Change-Id: Ib5965649e9b2b4bb0259383374dfac76cc0a8bd5
(cherry picked from commit cc541a80c31d1ab72e8c79b227c85af8d29f0ee8)
diff --git a/tests/Android.bp b/tests/Android.bp
index 93a41b9..abb5e35 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -56,8 +56,9 @@
 python_binary_host {
     name: "searchpolicy",
     srcs: [
-        "searchpolicy.py",
+        "FcSort.py",
         "policy.py",
+        "searchpolicy.py",
     ],
     required: ["libsepolwrap"],
     defaults: ["py2_only"],