I'm having a problem linking to libjpeg from the Android source. I have
LOCAL_SHARED_LIBRARIES := libjpeg
and
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../froyo/external/jpeg
but I still get undefined references to anything from that library. I've tried changing "LOCAL_SHARED_LIBRARIES" to "LOCAL_STATIC_LIBRARIES" but that did nothing. Any help is greatly appreciated.