Merge "Keep ArtStasLog write() functions" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1fa02f66dc
@@ -33,6 +33,11 @@
|
|||||||
public <init>(...);
|
public <init>(...);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Accessed from com.android.compos APEX
|
||||||
|
-keep,allowoptimization,allowaccessmodification class com.android.internal.art.ArtStatsLog {
|
||||||
|
public static void write(...);
|
||||||
|
}
|
||||||
|
|
||||||
# Binder interfaces
|
# Binder interfaces
|
||||||
-keep,allowoptimization,allowaccessmodification class * extends android.os.IInterface
|
-keep,allowoptimization,allowaccessmodification class * extends android.os.IInterface
|
||||||
-keep,allowoptimization,allowaccessmodification class * extends android.os.IHwInterface
|
-keep,allowoptimization,allowaccessmodification class * extends android.os.IHwInterface
|
||||||
|
|||||||
Reference in New Issue
Block a user