blob: ca4680f903b07752fcf51ea5879b27d48aac0f40 [file] [log] [blame]
Brian Muramatsu9d3a2572011-08-23 17:12:51 -07001-keepclasseswithmembernames class * {
2 native <methods>;
3}
4
5-keepclassmembers class com.android.cts.verifier.os.FileUtils$FileStatus {
6 private <fields>;
7}
8
destradaa0347d822014-08-13 16:43:53 -07009# ensure we keep public sensor test methods, these are needed at runtime
destradaaa0b3bbc2014-09-03 14:08:00 -070010-keepclassmembers class * extends com.android.cts.verifier.sensors.base.BaseSensorTestActivity {
destradaa0347d822014-08-13 16:43:53 -070011 public <methods>;
12}
destradaa2d3dc7d2014-09-26 16:52:06 -070013-keepclassmembers class * extends android.hardware.cts.SensorTestCase {
14 public <methods>;
15}
destradaa0347d822014-08-13 16:43:53 -070016
Tom O'Neillcd4fa022013-12-13 17:27:46 -080017-keepclasseswithmembers class * extends com.android.cts.verifier.location.LocationModeTestActivity
18
destradaa65c7cdb2013-10-28 16:36:12 -070019-dontwarn android.hardware.Sensor
Chenjie Luo619b7e22014-09-23 13:23:06 -070020-dontwarn android.test.AndroidTestRunner
destradaa65c7cdb2013-10-28 16:36:12 -070021-dontwarn java.util.concurrent.ConcurrentLinkedDeque