blob: 1b0585aa56a8ef5e76428090fecb03261c9bf60b [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.car_ui_rros_enabled"
android:requiredSystemPropertyValue="true"/>
</manifest>