commit | c94eeebc7cf3e577eed3ea380401007aea642bf3 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Apr 13 17:58:05 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Fri Apr 15 20:28:12 2016 -0700 |
tree | f3ff5692c4f93dcc01e2bf4635e444b965cdead4 | |
parent | 5ad9767694ecf48de05425a030ee2e74903cc93f [diff] |
ART: Add ClassLoader.getResourceAsStream cutout Add support for getResourceAsStream to unstarted runtime. Allows to compile-time initialize: * android.icu.impl.ICUConfig Allows to revert other resource loading hacks. Do not intercept Class.getResourceAsStream directly. There is name-mangling involved, leave that on the Java side. Bug: 27265238 Change-Id: I8c408aa633086f4a1aa14bb1b404607b2498fe97