diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-10-22 17:18:14 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-11-12 14:11:37 +0100 |
commit | a50f3037ad30fa6020a4ec56e6afe3da7ca1731d (patch) | |
tree | 92e248596980d8f8c57975663161a6cd6216474d /src/frontends/android/.classpath | |
parent | 073761ec41f59aa0ea81484561485b7584656540 (diff) | |
download | strongswan-a50f3037ad30fa6020a4ec56e6afe3da7ca1731d.tar.bz2 strongswan-a50f3037ad30fa6020a4ec56e6afe3da7ca1731d.tar.xz |
android: Migrate to the Gradle build system
This uses a manual way to trigger the NDK build (the default with
on-the-fly Android.mk files does not work for us).
Diffstat (limited to 'src/frontends/android/.classpath')
-rw-r--r-- | src/frontends/android/.classpath | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/frontends/android/.classpath b/src/frontends/android/.classpath deleted file mode 100644 index 51769745b..000000000 --- a/src/frontends/android/.classpath +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> - <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> - <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="gen"/> - <classpathentry kind="output" path="bin/classes"/> -</classpath> |