blob: 08f5397730dafef3947c41ca9db0fee8e0cc2717 [file] [log] [blame]
# Ravenwood "policy" that should apply to all code.
# Keep all AIDL interfaces
class :aidl keepclass
# Keep all feature flag implementations
class :feature_flags keepclass
# Keep all sysprops generated code implementations
class :sysprops keepclass
# Keep all resource R classes
class :r keepclass
# Support APIs not available in standard JRE
class java.io.FileDescriptor keep
method getInt$ ()I @com.android.ravenwood.RavenwoodJdkPatch.getInt$
method setInt$ (I)V @com.android.ravenwood.RavenwoodJdkPatch.setInt$
class java.util.LinkedHashMap keep
method eldest ()Ljava/util/Map$Entry; @com.android.ravenwood.RavenwoodJdkPatch.eldest