Index: build.xml |
diff --git a/build.xml b/build.xml |
index 360f69f688554c580f185c7a2d896026ab8b3fe7..06cfd6d6e5986ee9a92d82bbac4ef0741df118fc 100644 |
--- a/build.xml |
+++ b/build.xml |
@@ -1,5 +1,5 @@ |
<?xml version="1.0" encoding="UTF-8"?> |
-<project name="Adblock Plus" default="help"> |
+<project name="Adblock Plus App" default="help"> |
<!-- The local.properties file is created and updated by the 'android' tool. |
It contains the path to the SDK. It should *NOT* be checked into |
@@ -43,10 +43,6 @@ |
message="sdk.dir is missing. Make sure to generate specify it in local.properties or to inject it through an env var" |
unless="sdk.dir" |
/> |
- <fail |
- message="ndk.dir is missing. Make sure to generate specify it in local.properties or to inject it through an env var" |
- unless="ndk.dir" |
- /> |
<target name="-check-env"> |
<checkenv /> |
@@ -56,17 +52,12 @@ |
<exec executable="${sdk.dir}/tools/android" failonerror="true"> |
<arg line="update lib-project --target android-7 --path submodules/android-switch-backport"/> |
</exec> |
- </target> |
- |
- <target name="jni" description="Compiles and builds NDK libraries."> |
- <exec executable="${ndk.dir}/ndk-build" failonerror="true" /> |
- </target> |
- |
- <target name="-pre-build" depends="jni"> |
+ <exec executable="${sdk.dir}/tools/android" failonerror="true"> |
+ <arg line="update lib-project --target android-14 --path submodules/libadblockplus-android/libadblockplus-android"/> |
+ </exec> |
</target> |
<target name="-pre-clean"> |
- <delete dir="${native.libs.absolute.dir}/armeabi" verbose="${verbose}" /> |
<delete dir="obj/" verbose="${verbose}" /> |
</target> |