Update to ADT 18

This commit is contained in:
Victor Shcherb 2012-04-29 20:52:12 +02:00
parent 2c6e9ed0d1
commit 19f6013eff
7 changed files with 12 additions and 10 deletions

1
OsmAnd/.gitignore vendored
View file

@ -4,5 +4,4 @@ local.properties
raw/
obj/
cpd.xml
libs/
jni/Local.mk

View file

@ -181,7 +181,6 @@
<!-- Compiles this project's .java files into .class files. -->
<target name="-compile" depends="-build-setup, -pre-build, -code-gen, -pre-compile">
<do-only-if-manifest-hasCode elseText="hasCode = false. Skipping...">
<!-- osmchange : Osmand plus support -->
<mkdir dir="${gen.absolute.dir}/net/osmand/plus"/>
<copy todir="${gen.absolute.dir}/net/osmand/plus">
@ -191,6 +190,7 @@
</copy>
<replaceregexp file="${gen.absolute.dir}/net/osmand/plus/R.java" match='package net.osmand;' replace='package net.osmand.plus;' byline="true" />
<!-- osmchange : Osmand plus support -->
<do-only-if-manifest-hasCode elseText="hasCode = false. Skipping...">
<!-- If android rules are used for a test project, its classpath should include
tested project's location -->
<condition property="extensible.classpath"

3
OsmAnd/libs/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
armeabi/
x86/
armeabi-v7a/