commit | 2f5a6895c552b41b78076c889ca6149b26bb17cf | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Tue Jul 10 18:41:19 2018 +0100 |
committer | Neil Fuller <nfuller@google.com> | Wed Jul 11 13:50:42 2018 +0100 |
tree | a051a5c4b5b7cda5cc18ae97cfa9232593c88bef | |
parent | 9a936e967760e0d9e7787f0a4642c692c6d5c969 [diff] |
Move XML object factory logic to libcore It makes sense to hide the details of the parser implementation (and other similar objects) in libcore so it could be changed. This change removes the "ExpatPerformanceTest" which appears not to have been maintained and was comparing KxmlParser with itself. It is assumed that android.util.Xml used to return the expat parser. Test: build Bug: 111055375 Change-Id: Ibad247323ba90cd949aecb2bd92f2f73306a4327