blob: 7585b3c67619fb06f3939591f54eb1f04fcb61dd [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="{{RRO_PACKAGE_NAME}}">
<application android:hasCode="false"/>
<!-- IMPORTANT: Setting the category to "BypassIdMapV1" will cause these static RROs not to
have an IDMAP V1 generated within the PackageManager which improves boot performance.
IDMAP v1 allowed for overlays of values within an AndroidManifest file but that
functionality and IDMAP v1 has been removed in the next version of Android and is not used
here. -->
<overlay android:priority="10"
android:targetPackage="{{TARGET_PACKAGE_NAME}}"
android:targetName="car-ui-lib"
android:isStatic="true"
android:category="BypassIdMapV1"
android:requiredSystemPropertyName="ro.build.car_ui_rros_enabled"
android:requiredSystemPropertyValue="true"/>
</manifest>