mirror of
https://github.com/zxing/zxing.git
synced 2025-01-13 04:07:27 -08:00
Daniel's build.xml change for latest Android SDK
git-svn-id: https://zxing.googlecode.com/svn/trunk@1598 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
50f397ec86
commit
fa7bca335b
|
@ -259,10 +259,12 @@ limitations under the License.
|
|||
<target name="debug" depends="dex, package-resources">
|
||||
<apkbuilder
|
||||
outfolder="${out-folder}"
|
||||
basename="${ant.project.name}"
|
||||
resourcefile="BarcodeScanner.ap_"
|
||||
apkfilepath="${out-folder}/BarcodeScanner-debug.apk"
|
||||
debug="true"
|
||||
signed="true"
|
||||
verbose="false">
|
||||
<file path="${intermediate-dex}" />
|
||||
<dex path="${intermediate-dex-location}" />
|
||||
<sourcefolder path="${source-folder}" />
|
||||
<jarfolder path="${external-libs-folder}" />
|
||||
</apkbuilder>
|
||||
|
|
Loading…
Reference in a new issue