Fix props
This commit is contained in:
parent
f4a1478930
commit
81dd0b8ae0
1 changed files with 14 additions and 0 deletions
14
JNI/build.xml
Normal file
14
JNI/build.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="jni" default="help">
|
||||
|
||||
<loadproperties srcFile="project.properties" />
|
||||
<property file="local.properties" />
|
||||
|
||||
<!-- quick check on sdk.dir -->
|
||||
<fail
|
||||
message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"
|
||||
unless="sdk.dir"
|
||||
/>
|
||||
<import file="${sdk.dir}/tools/ant/build.xml" />
|
||||
|
||||
</project>
|
Loading…
Reference in a new issue