Move most android.util.Mutable* classes to framework.
android.util is the only package shared between libcore and framework, with only the Mutable* classes living in libcore. This CL topic moves most of these classes to framework. After this CL topic, only MutableInt and MutableLong remain in libcore. This prevents future libcore dependencies on android.util; it is a first step towards removing the package overlap between libcore and framework. Test: Treehugger Bug: 67901714 Change-Id: Id466181cb0db747da17f38ddb0b99c3e522add16
Loading
Please register or sign in to comment