From 8a77fb843dc7a0375f4332952824fa33a8ec568f Mon Sep 17 00:00:00 2001 From: Tim Su Date: Mon, 30 Jul 2012 16:20:35 -0700 Subject: [PATCH] Standardize Android AAC-ENC project on android-14 api target, just like our other projects. --- android-aac-enc/project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-aac-enc/project.properties b/android-aac-enc/project.properties index a2de03ee5..d52557723 100644 --- a/android-aac-enc/project.properties +++ b/android-aac-enc/project.properties @@ -8,5 +8,5 @@ # project structure. # Project target. -target=android-8 +target=android-14 android.library=true