From afa57f7af23b3209641199ffbfbe74251b5e103b Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Fri, 11 May 2012 14:50:44 -0700 Subject: [PATCH] Make aac-enc a library project --- android-aac-enc/project.properties | 1 + astrid/project.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/android-aac-enc/project.properties b/android-aac-enc/project.properties index ea89160e0..a2de03ee5 100644 --- a/android-aac-enc/project.properties +++ b/android-aac-enc/project.properties @@ -9,3 +9,4 @@ # Project target. target=android-8 +android.library=true diff --git a/astrid/project.properties b/astrid/project.properties index 14ea17b4c..fe03edd74 100644 --- a/astrid/project.properties +++ b/astrid/project.properties @@ -17,3 +17,4 @@ target=Google Inc.:Google APIs:14 apk-configurations= android.library.reference.4=../viewPagerIndicator/library android.library.reference.5=../greendroid/GreenDroid +android.library.reference.6=../android-aac-enc