Merge "Keep ArtStasLog write() functions" into tm-dev am: 1fa02f66dc am: 43b655b9bf

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18188207

Change-Id: I08c5a3aa837f8e8023de39bc07f950c3b04df608
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-05-06 20:53:02 +00:00
committed by Automerger Merge Worker

View File

@@ -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