mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Need to not generate debug info in Android as well now in order to satisfy new Proguard and dex releases?
git-svn-id: https://zxing.googlecode.com/svn/trunk@1419 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
1851520440
commit
ac32515cdd
|
@ -173,7 +173,7 @@ limitations under the License.
|
|||
|
||||
<!-- Compile this project's .java files into .class files. -->
|
||||
<target name="compile" depends="resource-src, aidl">
|
||||
<javac encoding="ascii" target="1.5" debug="true" extdirs=""
|
||||
<javac encoding="ascii" target="1.5" debug="false" extdirs=""
|
||||
destdir="${out-classes}"
|
||||
bootclasspathref="android.target.classpath">
|
||||
<src path="${source-folder}" />
|
||||
|
|
Loading…
Reference in a new issue