Hi All,

   I just want to write a Android.mk to automatically install a 3rd-
party lib to target lib directory, so in other Android.mk can link
them.  Below is my make file. But it cannot work

   LOCAL_PATH := $(my-dir)
   include $(CLEAR_VARS)

   LOCAL_PREBUILT_LIBS := \
        libmy.a

   include $(BUILD_PREBUILT)

The error message is "dont use LOCAL_PREBUILT_LIBS anymore ........".
If using " include $(BUILD_HOST_PREBUILT) " , the libmy.a will be
copied to host lib directory.


  Thanks for any reply.

Guoyin Chen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to