Fix Android release build issue

Description

This patch fixes one remaining issue related to using this library in Android apps. While compiling for Android is now possible, there is an error thrown during release builds. This occurs during the "dexing" phase, when it converts from JVM to Dalvik bytecode.

It fails when it gets to the class file generated by the IResultSetReadColumn protocol definition. This is because it makes duplicate use of the "_" symbol to represent unused arguments. This patch simply renames the symbols so they are unique.

Environment

Ubuntu x64, OpenJDK 7

Attachments

1

Activity

Show:

Sean CorfieldDecember 13, 2013 at 7:07 AM

Updated. Will be in rc2/gold.

Completed

Details

Assignee

Reporter

Patch

Code

Priority

Created December 13, 2013 at 6:20 AM
Updated June 1, 2016 at 6:41 PM
Resolved June 1, 2016 at 6:41 PM