| Index: content/shell/android/shell_apk/AndroidManifest.xml.jinja2
|
| diff --git a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2 b/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
|
| index f2e149f4a2aacc6dc2e1022911125500e47c8228..f76518cb14874f7c46ea6c2a1242d0241f4e5a68 100644
|
| --- a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
|
| +++ b/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
|
| @@ -61,5 +61,7 @@
|
| <meta-data android:name="org.chromium.content.browser.SMART_CLIP_PROVIDER"
|
| android:value="org.chromium.content.browser.SmartClipProvider" />
|
|
|
| + <!-- Needed to simulate WebApk runtime behaviour and resolve the provider of the Dynamic runtime -->
|
| + <meta-data android:name="runtimeHost" android:value="org.chromium.minting.test.dex_optimizer" />
|
| </application>
|
| </manifest>
|
|
|