diff options
author | Tobias Thierer <tobiast@google.com> | 2017-10-18 20:14:36 +0100 |
---|---|---|
committer | Tobias Thierer <tobiast@google.com> | 2017-10-20 16:10:17 +0100 |
commit | bb1ca6958f161564fe4744ff9c32c6d0abdc7a41 (patch) | |
tree | cf0970d844553a75cf433f7e65a8c2b511d3d26c /annotations/generate_annotated_java_files.py | |
parent | 58679c4274a870b34dc1fc6fc64178be8a1a92b6 (diff) |
Migrate libcore code to new classes libcore.util.Mutable{Int,Long}.
The new classes are the libcore-internal versions of the
corresponding classes in android.util.
This CL migrates libcore code to use these classes instead.
The only exception are android.system.Os's static method
signatures which continue to use android.util.Mutable{Int,Long}
since those signatures are part of the Android API. The
implementation of those methods converts between those
types and the libcore-internal ones.
This further reduces the dependency of libcore code onto
android.* packages.
Test: Treehugger
Bug: 67901714
Change-Id: Id072a1e830aba92a60c405836b4f74ab6a7ce172
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions