annotate Android/java/mbfly-permissions.xml @ 509:3e0d63d7c7ae Android_Skia

Remove absolute pathes from config.cache. Absolute pathes in config.cache would be the source of problems when the source tree of Android is different from what is in config.cache. So, these cached values are removed and re-computed when running configure.
author Thinker K.F. Li <thinker@branda.to>
date Tue, 01 Dec 2009 22:55:27 +0800
parents a5958244bcb8
children
rev   line source
503
a5958244bcb8 Make mbfly-java can be called by Android applications.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
a5958244bcb8 Make mbfly-java can be called by Android applications.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
2 <permissions>
a5958244bcb8 Make mbfly-java can be called by Android applications.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
3 <library name="org.madbutterfly"
a5958244bcb8 Make mbfly-java can be called by Android applications.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
4 file="/system/framework/mbfly-java.jar" />
a5958244bcb8 Make mbfly-java can be called by Android applications.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
5
a5958244bcb8 Make mbfly-java can be called by Android applications.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
6 </permissions>