aboutsummaryrefslogtreecommitdiffstats
path: root/make/jogamp-env.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/jogamp-env.xml')
-rwxr-xr-xmake/jogamp-env.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/jogamp-env.xml b/make/jogamp-env.xml
index ac807d2..c3946b0 100755
--- a/make/jogamp-env.xml
+++ b/make/jogamp-env.xml
@@ -202,8 +202,6 @@
</not>
</condition>
- <property name="android.api.level.min" value="21" />
-
<condition property="android.api.level" value="${env.ANDROID_API_LEVEL}" else="24">
<not>
<equals arg1="${env.ANDROID_API_LEVEL}" arg2="$${env.ANDROID_API_LEVEL}" casesensitive="true" />