From 5b7938ac4ddafc22be123022ba679527104ed221 Mon Sep 17 00:00:00 2001 From: Abraham Kiggundu <akiggund@thoughtworks.com> Date: Fri, 5 Dec 2014 12:23:51 +0000 Subject: [PATCH] fixed missing linked folder resource --- briar-android/.project | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/briar-android/.project b/briar-android/.project index 2483e2c221..c79f369300 100644 --- a/briar-android/.project +++ b/briar-android/.project @@ -30,4 +30,11 @@ <nature>com.android.ide.eclipse.adt.AndroidNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> + <linkedResources> + <link> + <name>gen</name> + <type>2</type> + <location>${PROJECT_LOC}/build/generated/source</location> + </link> + </linkedResources> </projectDescription> -- GitLab