The Android.mk I use is:

LOCAL_PATH:= $(call my-dir) 
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call find-other-java-files, src)
LOCAL_PACKAGE_NAME := Hello3RdJar
LOCAL_STATIC_JAVA_LIBRARIES := thirdparty_jelly 
include $(BUILD_PACKAGE)

include $(CLEAR_VARS)

LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := thirdparty_jelly:lib/thirdparty.jar

include $(BUILD_MULTI_PREBUILT)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to