commit | 4effc4b64a1070279acc2e97c5c6f85b88dbd476 | [log] [tgz] |
---|---|---|
author | Tobias Thierer <tobiast@google.com> | Thu Jan 09 23:52:21 2020 +0000 |
committer | Tobias Thierer <tobiast@google.com> | Fri Jan 10 14:28:21 2020 +0000 |
tree | a0546e65dc14d5eefc3ab2d6d52a92e8e7e561de | |
parent | a9298cc06f00efcad0386aa7b142dc735946a352 [diff] |
Make extract_package() work for toplevel classes. Before this CL, classes in the unnamed package, such as L$r8$backportedMethods$utility$Objects$2$checkIndex (which looks like it is generated by R8 for Objects.checkIndex() calls) were breaking the build because extract_package was incorrectly assuming that there would always be a '/' in the identifier string. Test: Build that previously broke is now working. Change-Id: Ice78d6b31c4f38a3c9d529bc6156d625d19bcacf