Update to ADT 18
This commit is contained in:
parent
2c6e9ed0d1
commit
19f6013eff
7 changed files with 12 additions and 10 deletions
1
OsmAnd/.gitignore
vendored
1
OsmAnd/.gitignore
vendored
|
@ -4,5 +4,4 @@ local.properties
|
||||||
raw/
|
raw/
|
||||||
obj/
|
obj/
|
||||||
cpd.xml
|
cpd.xml
|
||||||
libs/
|
|
||||||
jni/Local.mk
|
jni/Local.mk
|
||||||
|
|
|
@ -181,16 +181,16 @@
|
||||||
|
|
||||||
<!-- Compiles this project's .java files into .class files. -->
|
<!-- Compiles this project's .java files into .class files. -->
|
||||||
<target name="-compile" depends="-build-setup, -pre-build, -code-gen, -pre-compile">
|
<target name="-compile" depends="-build-setup, -pre-build, -code-gen, -pre-compile">
|
||||||
|
<!-- osmchange : Osmand plus support -->
|
||||||
|
<mkdir dir="${gen.absolute.dir}/net/osmand/plus"/>
|
||||||
|
<copy todir="${gen.absolute.dir}/net/osmand/plus">
|
||||||
|
<fileset dir="${gen.absolute.dir}/net/osmand">
|
||||||
|
<include name="R.java" />
|
||||||
|
</fileset>
|
||||||
|
</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...">
|
<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">
|
|
||||||
<fileset dir="${gen.absolute.dir}/net/osmand">
|
|
||||||
<include name="R.java" />
|
|
||||||
</fileset>
|
|
||||||
</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 -->
|
|
||||||
<!-- If android rules are used for a test project, its classpath should include
|
<!-- If android rules are used for a test project, its classpath should include
|
||||||
tested project's location -->
|
tested project's location -->
|
||||||
<condition property="extensible.classpath"
|
<condition property="extensible.classpath"
|
||||||
|
|
3
OsmAnd/libs/.gitignore
vendored
Normal file
3
OsmAnd/libs/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
armeabi/
|
||||||
|
x86/
|
||||||
|
armeabi-v7a/
|
Loading…
Reference in a new issue