From 0c484ddcf7eae1f501b467eaab7c4ed56737e8a8 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Wed, 8 Aug 2012 23:38:32 -0400 Subject: [PATCH] Make Eclipse recognize framework as a library project Instructions are here: http://developer.android.com/tools/projects/projects-eclipse.html#SettingUpLibraryProject --- framework/.classpath | 1 + framework/project.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/framework/.classpath b/framework/.classpath index b9204367..350a98b6 100644 --- a/framework/.classpath +++ b/framework/.classpath @@ -4,5 +4,6 @@ + diff --git a/framework/project.properties b/framework/project.properties index 79cfca93..4383e57e 100644 --- a/framework/project.properties +++ b/framework/project.properties @@ -13,3 +13,4 @@ split.density=false target=Google Inc.:Google APIs:16 apk-configurations= renderscript.opt.level=O0 +android.library=true