Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?><!--
ManeuverIcon resolves the direction_* drawables at runtime via
Resources.getIdentifier, which the AGP resource shrinker cannot trace.
This keep rule is merged into consuming apps so the icons survive
builds with shrinkResources enabled.
-->
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/direction_*" />
Loading