Merge "microdroid: remove unnecessary modules" am: f069ef1af0 am: 68f7f22000
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/2042165
Change-Id: I4b625c301389b3915f0a3cfb2b0aa0c3a9646876
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/microdroid/Android.bp b/microdroid/Android.bp
index b265d5c..4901351 100644
--- a/microdroid/Android.bp
+++ b/microdroid/Android.bp
@@ -88,11 +88,9 @@
"microdroid_property_contexts",
"microdroid_service_contexts",
- // TODO(b/195425111) these four should be added automatically
- "android.hardware.security.secureclock-V1-ndk",
- "android.hardware.security.sharedsecret-V1-ndk",
- "libcrypto",
- "liblzma",
+ // TODO(b/195425111) these should be added automatically
+ "libcrypto", // used by many (init_second_stage, microdroid_manager, toybox, etc)
+ "liblzma", // used by init_second_stage
] + microdroid_shell_and_utilities,
multilib: {
common: {
@@ -111,9 +109,6 @@
"authfs_service",
"microdroid_manager",
"zipfuse",
-
- // TODO(b/184872979): Needed by authfs. Remove once the Rust API is created.
- "libbinder_rpc_unstable",
],
},
},
@@ -612,4 +607,4 @@
src: "microdroid_event-log-tags",
filename: "event-log-tags",
installable: false,
-}
\ No newline at end of file
+}