blob: 214755cece6952a5ea98fdfb3176f26c3a50bd4c [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="{{RRO_PACKAGE_NAME}}">
<application android:hasCode="false"/>
<overlay android:priority="10"
android:targetPackage="{{TARGET_PACKAGE_NAME}}"
android:targetName="car-ui-lib"
android:resourcesMap="@xml/overlays"
android:isStatic="true"
android:requiredSystemPropertyName="ro.build.characteristics"
android:requiredSystemPropertyValue="automotive"/>
</manifest>