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

Commit 0d7fa2fd authored by Quddus Chong's avatar Quddus Chong Committed by Android Git Automerger
Browse files

am 871aff9c: Merge "docs: Removed statement that ART does not implement...

am 871aff9c: Merge "docs: Removed statement that ART does not implement compacting garbage collection. bug: 18181075" into lmp-docs

* commit '871aff9c':
  docs: Removed statement that ART does not implement compacting garbage collection. bug: 18181075
parents 816b93cf 871aff9c
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ API changes,
behavior changes, system enhancements, and bug fixes. This document highlights
some of the key changes that you should be understand and account for in your apps.</p>

<p>f you have previously published an app for Android, be aware that your app
<p>If you have previously published an app for Android, be aware that your app
  might be affected by these changes in Android 5.0.</p>


@@ -82,9 +82,7 @@ Behavior on the Android Runtime (ART)</a>. Pay particular attention if:</p>
  <li>You use development tools that generate non-standard code (such as some
      obfuscators).</li>
  <li>You use techniques that are incompatible with compacting garbage
      collection. (ART does not currently implement compacting GC, but
      compacting GC is under development in the Android Open Source
      Project.)</li>
      collection.</li>
</ul>