Merge "keystore2: Remove explicit dep on C DSOs"
diff --git a/keystore2/Android.bp b/keystore2/Android.bp
index 3b79334..60326da 100644
--- a/keystore2/Android.bp
+++ b/keystore2/Android.bp
@@ -151,28 +151,6 @@
     // selection available in the build system.
     prefer_rlib: true,
 
-    // TODO(b/187412695)
-    // This is a hack to work around the build system not installing
-    // dynamic dependencies of rlibs to the device. This section should
-    // be removed once that works correctly.
-    shared_libs: [
-        "android.hardware.confirmationui@1.0",
-        "android.hardware.security.sharedsecret-V1-ndk",
-        "android.security.compat-ndk",
-        "libc",
-        "libdl_android",
-        "libdl",
-        "libkeymint",
-        "libkeystore2_aaid",
-        "libkeystore2_apc_compat",
-        "libkeystore2_crypto",
-        "libkm_compat_service",
-        "libkm_compat",
-        "libm",
-        "libstatspull",
-        "libstatssocket",
-    ],
-
     vintf_fragments: ["android.system.keystore2-service.xml"],
 
     required: ["keystore_cli_v2"],