Move MicrodroidTestNativeLibWithLibIcu.so to separate test apk

This will make it easier to test the relaxed rollback protection scheme
feature (see follow up patches).

Bug: 378681279
Test: atest MicrodroidTests
Change-Id: Ifd86f08f8e7785534add80546bfdda53064b7b2f
diff --git a/tests/testapk/AndroidManifestV5.xml b/tests/testapk/AndroidManifestV5.xml
index 296c929..2ef1b6b 100644
--- a/tests/testapk/AndroidManifestV5.xml
+++ b/tests/testapk/AndroidManifestV5.xml
@@ -23,6 +23,7 @@
     <uses-feature android:name="android.software.virtualization_framework" android:required="false" />
     <queries>
         <package android:name="com.android.microdroid.vmshare_app" />
+        <package android:name="com.android.microdroid.test_relaxed_rollback_protection_scheme" />
     </queries>
     <application />
     <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"