Hi Ravi and Dianne,
I followed the steps told by Ravi
LOCAL_PATH := $(my-dir)
LOCAL_PREBUILT_LIBS := libmylibrary1.so libmylibrary2.so
libmylibrary3.so
include $(BUILD_MULTI_PREBUILT)
include $(CLEAR_VARS)
LOCAL_PATH := $(my-dir)
LOCAL_SRC_FILES:= \
main.c \
test.c \
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/
LOCAL_MODULE := test_lib
include $(BUILD_EXECUTABLE)
build/core/main.mk:180: implicitly installing apns-conf_sdk.xml
find: `build/core/clear_vars.mk,build/core': No such file or directory
make: execvp: /bin/bash: Argument list too long
Install: out/host/linux-x86/bin/vm-tests
make: *** No rule to make target `build/core/clear_vars.mk,build/
core', needed by `out/target/product/obj/EXECUTABLES/
asn_test_intermediates/main.o'. Stop.
Any idea on this ? Wht may be going wrong ?
Regards
Girish
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"android-framework" 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-framework?hl=en
-~----------~----~----~----~------~----~------~--~---