Index: libadblockplus-android-tests/AndroidManifest.xml
diff --git a/libadblockplus-android-tests/AndroidManifest.xml b/libadblockplus-android-tests/AndroidManifest.xml
deleted file mode 100755
index e1c84bb007a4a335a1d45a863415710f77da1e90..0000000000000000000000000000000000000000
--- a/libadblockplus-android-tests/AndroidManifest.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="org.adblockplus.libadblockplus.tests">
-
-    <uses-sdk
-        android:minSdkVersion="9"
-        android:targetSdkVersion="16" />
-
-    <uses-permission android:name="android.permission.INTERNET" />
-    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
-    
-    <uses-feature
-        android:name="android.hardware.touchscreen"
-        android:required="false" />
-
-    <application
-        android:allowBackup="true"
-        android:label="AdblockPlus JNI binding library tests">
-
-        <!-- We add an application tag here just so that we can indicate that
-         this package needs to link against the android.test library,
-         which is needed when building test cases. -->
-        <uses-library android:name="android.test.runner" />
-
-    </application>
-
-    <!--
-    This declares that this application uses the instrumentation test runner targeting
-    the package of org.adblockplus.libadblockplus.  To run the tests use the command:
-    "adb shell am instrument -w org.adblockplus.libadblockplus.tests/android.test.InstrumentationTestRunner"
-    -->
-    <instrumentation android:name="android.test.InstrumentationTestRunner"
-                     android:targetPackage="org.adblockplus.libadblockplus.tests"
-                     android:label="Tests for org.adblockplus.libadblockplus"/>
-
-</manifest>
