sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.75k stars 566 forks source link

Invalid stack map causes build failure on Bazel Master #340

Closed AlexBeggs closed 5 years ago

AlexBeggs commented 5 years ago

The generated stack map when building this library causes an invalid stack map to be generated that fails when attempting to dex this library during an Android build.

https://github.com/bazelbuild/bazel/issues/6299

AlexBeggs commented 5 years ago

This appears to be an issue with the desugar code in Android