aboutsummaryrefslogtreecommitdiff
path: root/car-support-lib/proguard-extra-keeps.flags
blob: 72ea92705ee78d7d121bf16c3dfca2dd89f31d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,EnclosingMethod,*Annotation*

-keep class android.support.car.CarServiceLoader {
    public protected *;
    class CarConnectionCallbackProxy;
}

-keep class android.support.car.CarServiceLoader$CarConnectionCallbackProxy {
    *;
}

-keep class android.support.car.hardware.CarSensorEvent {
    public <init>(...);
}

-keep class android.support.car.navigation.CarNavigationInstrumentCluster {
    public static ... createCluster(...);
    public static ... createCustomImageCluster(...);
}

-keep class android.support.car.CarManagerBase {
  *;
}