Hello Everyone,
I am linking a 3rd party static library from the executable module. I
have added following extra line in executable Android.mk file.
LOCAL_PREBUILT_LIBS := GPS_Lib.a
include $(BUILD_MULTI_PREBUILT)
LOCAL_STATIC_LIBRARIES := \
GPS_Lib
While building the executable module i got following warning and it
didnt build the executable.
LOCAL_BUILT_MODULE and LOCAL_INSTALLED_MODULE must not be defined by
component makefiles. Stop.
Is there anything else i need to do ?
Where i should put 3rd party static library?
Regards
krish
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---