From ee8257a1c70eadb7330b0ee99ec3b86fe4084bdf Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Sun, 11 Oct 2015 01:53:29 +0200 Subject: migrate android build to gradle move preparation tasks (creating assets/processing files) from the makefile into the gradle script This allows much easier integration into android-studio (just open android/source with android studio after running make to compile the native library) Change-Id: I9a9d6832797c24a7e195a1c7954cd6d20f5a8496 --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ec3a2fe8c1af..00348ac8c88c 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ # autoconf generated stuff /aclocal.m4 -/android/source/AndroidManifest.xml /autom4te.cache /autogen.input /autogen.lastrun -- cgit