allwinner_a64/android/packages/services/Car/car-support-lib/proguard-extra-keeps.flags
2018-08-08 20:10:12 +08:00

19 lines
580 B
Text

-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(...);
}