This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ICS user build.

Hello

I'm working with android ICS on OMAP 3715 processor. To run the CTS / GTS, we need to work with a user build.

Here is our make command:

$make TARGET_PRODUCT=omap3evm OMAPES=5.x -j4 PRODUCT-omap3evm-user

And the error log:

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.0.3
TARGET_PRODUCT=omap3evm
TARGET_BUILD_VARIANT=user
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=IML74K
============================================
Checking build tools versions...
build/core/main.mk:324: implicitly installing apns-conf_sdk.xml
............................................
............................................
............................................
build/tools/signapk/SignApk.java:317: warning: sun.security.pkcs.ContentInfo is
Sun proprietary API and may be removed in a future release
new ContentInfo(ContentInfo.DATA_OID, null),
^
build/tools/signapk/SignApk.java:319: warning: sun.security.pkcs.SignerInfo is S
un proprietary API and may be removed in a future release
new SignerInfo[] { signerInfo });
^
Note: build/tools/signapk/SignApk.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
22 warnings
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

--> And we recompiled it again with same command:
............................................
............................................
............................................
target thumb C: adbd <= system/core/adb/services.c
target thumb C: adbd <= system/core/adb/file_sync_service.c
target thumb C: adbd <= system/core/adb/jdwp_service.c
target thumb C: adbd <= system/core/adb/framebuffer_service.c
target thumb C: adbd <= system/core/adb/remount_service.c
target thumb C: adbd <= system/core/adb/usb_linux_client.c
target thumb C: adbd <= system/core/adb/log_service.c
make: *** No rule to make target `out/target/common/obj/JAVA_LIBRARIES/apache-xm
l_intermediates/javalib.jar', needed by `out/target/product/omap3evm/dex_bootjar
s/system/framework/apache-xml.odex'. Stop.
make: *** Waiting for unfinished jobs....
target thumb C: adbd <= system/core/adb/utils.c

Any one can help me.?

Thanks in advance

Regards

Jesse