Use glob to find the EmptyPayloadApp.apk
Unfortunately the package name of the EmptyPayloadApp.apk is not unique,
as it will be renamed when signed with the released keys. Instead change
the implementation of the run-micrdroid to find the EmptyPayloadApp.apk
using the /apex/com.android.virt/app/**/EmptyPayloadApp.apk glob
pattern.
Bug: 254912288
Test: adb shell /apex/com.android.virt/bin/vm run-microdroid
Change-Id: I09f22c07e21ea9111934ba4784a02343ca9d71f2
diff --git a/vm/Android.bp b/vm/Android.bp
index b95dca3..e217786 100644
--- a/vm/Android.bp
+++ b/vm/Android.bp
@@ -14,6 +14,7 @@
"libbinder_rs",
"libclap",
"libenv_logger",
+ "libglob",
"liblibc",
"liblog_rust",
"libmicrodroid_payload_config",