Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f81ef41a authored by Mark Fasheh's avatar Mark Fasheh
Browse files

MessageHeapTest: Add to ravenwood

Bug: 423990326
Test: atest FrameworksCoreTestsRavenwood:android.os.MessageHeapTest#shrinkSlightly -- --abi x86_64
Flag: EXEMPT bugfix
Change-Id: I70eb0fb7052ee18e90b2c8269809341d61657253
parent 01905a83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import java.util.Arrays;
 * A min-heap of Message objects. Used by MessageQueue.
 * @hide
 */
@android.ravenwood.annotation.RavenwoodKeepWholeClass
public final class MessageHeap {
    static final int INITIAL_SIZE = 16;
    static final boolean DEBUG = false;
+1 −0
Original line number Diff line number Diff line
@@ -273,6 +273,7 @@ android.os.IpcDataCache
android.os.LocaleList
android.os.Looper
android.os.Message
android.os.MessageHeap
android.os.MessageQueue
android.os.PackageTagsList
android.os.Parcel