mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 15:40:14 +00:00
18 lines
516 B
XML
18 lines
516 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:dist="http://schemas.android.com/apk/distribution"
|
|
package="com.retroarch.modules.%CORE_NAME%">
|
|
|
|
<dist:module dist:title="@string/%CORE_NAME%">
|
|
<dist:delivery>
|
|
<dist:on-demand />
|
|
</dist:delivery>
|
|
<dist:fusing dist:include="true" />
|
|
</dist:module>
|
|
|
|
<application
|
|
android:hasCode="false"
|
|
android:extractNativeLibs="true" />
|
|
|
|
</manifest>
|