hi in mydroid, using Android.mk i have some prebuilt shared libs, i try to put them in lib/armeabi/ and hope mydroid build can zip it into APK but it did not
i need something like LOCAL_JNI_SHARED_LIBRARIES mydroid can make the libs in lib/armeabi but my so are already built there's also a LOCAL_PREBUILT_LIBS but it seems include $(BUILTD_PREBUILT) cannot work it seems there's another BUILD_MULTI_PREBUILT and it uses a mapping, something like ' libtest:test.(so|jar)' it works for JAVA libs, but seems nothing happening for native so so i would like to know how to include a prebuilt shared lib in mydroid (seems sdk ant build can do this, but not mydroid) thanks -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove me" as the subject.
