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

Commit e0c08235 authored by atrost's avatar atrost
Browse files

Fix comments on ChangeId.

This allows them to be used in doc generation.

Test: m -j offline-sdk-docs
Bug: 144927670
Change-Id: I849975c8bf880433490b42d514f3c8089029b497
parent ae03bdf7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -67,9 +67,10 @@ public class RuntimeInit {

    private static volatile boolean mCrashing = false;

    /*
    /**
     * Native heap allocations will now have a non-zero tag in the most significant byte.
     * See {@linktourl https://source.android.com/devices/tech/debug/tagged-pointers}.
     * See
     * <a href="https://source.android.com/devices/tech/debug/tagged-pointers">https://source.android.com/devices/tech/debug/tagged-pointers</a>.
     */
    @ChangeId
    @EnabledAfter(targetSdkVersion = VersionCodes.Q)