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

Commit 3d24a7f0 authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Automerger Merge Worker
Browse files

Merge "Fix a TODO." am: 7bbc03b4 am: 26e00439 am: 40a71c83

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

Change-Id: I92ee9481dc83e540253059490f524677c38a2626
parents 25013a7e 40a71c83
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1800,8 +1800,7 @@ static void SpecializeCommon(JNIEnv* env, uid_t uid, gid_t gid, jintArray gids,
#ifdef ANDROID_EXPERIMENTAL_MTE
      SetTagCheckingLevel(PR_MTE_TCF_SYNC);
#endif
      // TODO(pcc): Use SYNC here once the allocator supports it.
      heap_tagging_level = M_HEAP_TAGGING_LEVEL_ASYNC;
      heap_tagging_level = M_HEAP_TAGGING_LEVEL_SYNC;
      break;
    default:
#ifdef ANDROID_EXPERIMENTAL_MTE