1# Rename all com.android.internal.util classes to prevent class name collisions
2# between this module and the other versions of the utility classes linked into
3# the framework.
4
5# These must be kept in sync with the sources of framework-utils-appsearch
6rule com.android.internal.util.Preconditions* android.app.appsearch.internal.util.Preconditions@1
7
8# Repackage generated flag classes.
9# Rename the class names but not literals.
10rule com.android.appsearch.flags.*FeatureFlags* android.app.appsearch.flags.@1FeatureFlags@2
11rule com.android.appsearch.flags.FeatureFlags* android.app.appsearch.flags.FeatureFlags@1
12rule com.android.appsearch.flags.Flags android.app.appsearch.flags.Flags