mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Reduce 'android-18' duplication, as originally done by wenderen
Use android.platform (and $ANDROID_PLATFORM) for configuration, apply 'android-18' default
This commit is contained in:
parent
dea610986d
commit
619212abf3
7 changed files with 16 additions and 16 deletions
|
@ -36,17 +36,9 @@
|
|||
<condition property="sdk.dir" value="${env.ANDROID_HOME}">
|
||||
<isset property="env.ANDROID_HOME" />
|
||||
</condition>
|
||||
|
||||
<!-- The project.properties file is created and updated by the 'android'
|
||||
tool, as well as ADT.
|
||||
|
||||
This contains project specific properties such as project target, and library
|
||||
dependencies. Lower level build properties are stored in ant.properties
|
||||
(or in .classpath for Eclipse projects).
|
||||
|
||||
This file is an integral part of the build system for your
|
||||
application and should be checked into Version Control Systems. -->
|
||||
<loadproperties srcFile="project.properties" />
|
||||
<condition property="target" value="${env.ANDROID_PLATFORM}">
|
||||
<isset property="env.ANDROID_PLATFORM" />
|
||||
</condition>
|
||||
|
||||
<!-- quick check on sdk.dir -->
|
||||
<fail
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
APP_ABI := armeabi
|
||||
APP_PLATFORM := android-18
|
||||
APP_PLATFORM := $(ANDROID_PLATFORM)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
target=android-18
|
Loading…
Add table
Add a link
Reference in a new issue