From edeb42401201c9c933cc2ba8175863225c813723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Wed, 14 May 2014 20:11:06 +0200 Subject: Copy aidl too. WARNING: there are still compiling errors, related to BuildConfig and R classes in de.blinkt.openvpn --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 8f2dfab5..2e3ce0c8 100644 --- a/build.gradle +++ b/build.gradle @@ -42,4 +42,5 @@ task copyIcsOpenVPNClasses( type: Copy ) { from 'ics-openvpn/main' into 'app' include '**/*.java' + include '**/*.aidl' } \ No newline at end of file -- cgit v1.2.3