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

Commit 7bbc03b4 authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Gerrit Code Review
Browse files

Merge "Fix a TODO."

parents f98e615b c98cb888
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