changeset 506:47c6fd9dd83c Android_Skia

Use mbfly-java as android API
author Thinker K.F. Li <thinker@branda.to>
date Tue, 01 Dec 2009 22:55:26 +0800
parents c468e397614d
children dd65f8c8da66
files Android/examples/testpath/AndroidManifest.xml Android/examples/testpath/build.xml
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Android/examples/testpath/AndroidManifest.xml	Tue Dec 01 22:55:26 2009 +0800
+++ b/Android/examples/testpath/AndroidManifest.xml	Tue Dec 01 22:55:26 2009 +0800
@@ -11,6 +11,6 @@
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
         </activity>
-	<uses-library android:name="libmbfly-jni" />
+	<uses-library android:name="org.madbutterfly" />
     </application>
 </manifest> 
--- a/Android/examples/testpath/build.xml	Tue Dec 01 22:55:26 2009 +0800
+++ b/Android/examples/testpath/build.xml	Tue Dec 01 22:55:26 2009 +0800
@@ -42,7 +42,6 @@
         <pathelement path="${sdk-location}/tools/lib/androidprefs.jar" />
         <pathelement path="${sdk-location}/tools/lib/apkbuilder.jar" />
         <pathelement path="${sdk-location}/tools/lib/jarutils.jar" />
-        <pathelement path="${sdk-location}/tools/lib/mbfly-java.jar" />
     </path>
 
     <taskdef name="setup"