Revert "Mark libselinux as shared dependency for checkfc"

This reverts commit f65d1b6aef430b909f378185296671997c4a9537.

libselinux internal symbols have been updated to avoid the name
conflict.

Test: m
Bug: 359234639
Bug: 359234771
Change-Id: Ie86c6382fb95cbe117ebb0f6853579baaf817293
diff --git a/tools/Android.bp b/tools/Android.bp
index f8935a6..e216652 100644
--- a/tools/Android.bp
+++ b/tools/Android.bp
@@ -44,7 +44,7 @@
     name: "checkfc",
     defaults: ["sepolicy_tools_defaults"],
     srcs: ["checkfc.c"],
-    shared_libs: ["libselinux"],
+    static_libs: ["libselinux"],
 }
 
 cc_binary_host {