<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="will.be.replaced">
    <application android:hasCode="false"/>
    <overlay android:priority="10"
        android:targetPackage="will.be.replaced.too"
        android:targetName="car-ui-lib"
        android:resourcesMap="@xml/overlays"
        android:isStatic="true"
        android:requiredSystemPropertyName="ro.build.car_ui_rros_enabled"
        android:requiredSystemPropertyValue="true"/>
</manifest>
