Clean up deps from microdroid

These deps were manually added as a workaround for the build system bug. The
build system should handle the dependency correctly and add them only when they
are actually in use.

Bug: 195425111
Bug: 268557568
Bug: 268582372
Test: banchan com.android.virt aosp_arm64
      UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true m apps_only
      (microdroid should have the same contents)
Change-Id: Ie591233afb0a7ff0011d24f8ce6740726a151291
diff --git a/microdroid/Android.bp b/microdroid/Android.bp
index dc59fff..bc4db6c 100644
--- a/microdroid/Android.bp
+++ b/microdroid/Android.bp
@@ -85,13 +85,6 @@
         "microdroid_property_contexts",
         "mke2fs.microdroid",
 
-        // Adding more libs manually for unbundled build.
-        // TODO(b/268557568) these should be added automatically.
-        "libcrypto",
-        "liblzma",
-        "libc++",
-        "libssl",
-
         "libvm_payload", // used by payload to interact with microdroid manager
 
         "prng_seeder_microdroid",