1<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2    package="{{RRO_PACKAGE_NAME}}">
3    <application android:hasCode="false"/>
4    <overlay android:priority="10"
5        android:targetPackage="{{TARGET_PACKAGE_NAME}}"
6        android:targetName="car-ui-lib"
7        android:resourcesMap="@xml/overlays"
8        android:isStatic="true"
9        android:requiredSystemPropertyName="ro.build.car_ui_rros_enabled"
10        android:requiredSystemPropertyValue="true"/>
11</manifest>
12