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

Commit 26e00439 authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Automerger Merge Worker
Browse files

Merge "Fix a TODO." am: 7bbc03b4

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

Change-Id: I58efe7c2f49d1c463026572c5eabad0f55c6a7e2
parents 9016cc88 7bbc03b4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1248,8 +1248,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