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:
TreeHugger Robot
2022-05-06 20:39:45 +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