Hi All,

            I am trying to build a android project that uses ndk.And in
Android.mk it loads the liberary that is writtern  in C
language(libdirectfb.c etc.) .But this project already builded by somebody
else in the particular mentioned path - *
/home/ferreira/android/JointSpace/DirectFB141_2k11R3/DirectFB_Voodoo/..*

            Now I am trying to build it after placing those files in one of
the location.But it is not building and refers to the liberary.

            Actually what would be actual path I have to set instead of "*
/home/ferreira/android/JointSpace/...*" if I my files is present in
location "*D:\Projects\Android\Android\DirectFB_Voodoo\lib\..*" in Windows.

 Actual file looks like this:-
*Android.mk*

                                             .....
                                             .....
                                             .....
LOCAL_CFLAGS := \

-I/home/ferreira/android/JointSpace/DirectFB141_2k11R3/DirectFB_Voodoo/include
\
    -DHAVE_SIGNAL_H \
    -DDIRECT_BUILD_NO_PTHREAD_CANCEL=1 \
    -Wall

LOCAL_LDLIBS := \
    
*/home/ferreira/android/JointSpace/DirectFB141_2k11R3/DirectFB_Voodoo/*lib/libdirectfb.o
\

/home/ferreira/android/JointSpace/DirectFB141_2k11R3/DirectFB_Voodoo/lib/libjslibclient.o
\


                                            .....
                                            .....


Thanks & Regards,
DEEPAK KUMAR,

-- 
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