Merge "Keep ArtStasLog write() functions" into tm-dev am: 1fa02f66dc
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18188207 Change-Id: I4aeb0daa3624eb800b2c9f46ca43dc52dbe4151e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
public <init>(...);
|
||||
}
|
||||
|
||||
# Accessed from com.android.compos APEX
|
||||
-keep,allowoptimization,allowaccessmodification class com.android.internal.art.ArtStatsLog {
|
||||
public static void write(...);
|
||||
}
|
||||
|
||||
# Binder interfaces
|
||||
-keep,allowoptimization,allowaccessmodification class * extends android.os.IInterface
|
||||
-keep,allowoptimization,allowaccessmodification class * extends android.os.IHwInterface
|
||||
|
||||
Reference in New Issue
Block a user