- ============================================
- PLATFORM_VERSION_CODENAME=REL
- PLATFORM_VERSION=4.0.4
- TARGET_PRODUCT=haida
- TARGET_BUILD_VARIANT=eng
- 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=IMM76D
- ============================================
- Entire build directory removed.
- z25@cm7:~/aosp$ . build/envsetup.sh > '/home/z25/Pulpit/log'
- z25@cm7:~/aosp$ lunch haida-eng > '/home/z25/Pulpit/log'
- z25@cm7:~/aosp$ . build/envsetup.sh > '/home/z25/Pulpit/log1'
- z25@cm7:~/aosp$ lunch haida-eng > '/home/z25/Pulpit/log2'
- z25@cm7:~/aosp$ make -j4 > '/home/z25/Pulpit/log3'
- frameworks/base/tools/aidl/aidl_language_l.l:54: warning, nie można dopasować reguły
- Note: Some input files use unchecked or unsafe operations.
- Note: Recompile with -Xlint:unchecked for details.
- Note: Some input files use unchecked or unsafe operations.
- Note: Recompile with -Xlint:unchecked for details.
- 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.
- system/core/libmincrypt/tools/DumpPublicKey.java:27: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
- import sun.misc.BASE64Encoder;
- ^
- 1 warning
- 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.
- Note: Some input files use or override a deprecated API.
- Note: Recompile with -Xlint:deprecation for details.
- 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.
- Note: Some input files use unchecked or unsafe operations.
- Note: Recompile with -Xlint:unchecked for details.
- build/tools/signapk/SignApk.java:19: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
- import sun.misc.BASE64Encoder;
- ^
- build/tools/signapk/SignApk.java:20: warning: sun.security.pkcs.ContentInfo is Sun proprietary API and may be removed in a future release
- import sun.security.pkcs.ContentInfo;
- ^
- build/tools/signapk/SignApk.java:21: warning: sun.security.pkcs.PKCS7 is Sun proprietary API and may be removed in a future release
- import sun.security.pkcs.PKCS7;
- ^
- build/tools/signapk/SignApk.java:22: warning: sun.security.pkcs.SignerInfo is Sun proprietary API and may be removed in a future release
- import sun.security.pkcs.SignerInfo;
- ^
- build/tools/signapk/SignApk.java:23: warning: sun.security.x509.AlgorithmId is Sun proprietary API and may be removed in a future release
- import sun.security.x509.AlgorithmId;
- ^
- build/tools/signapk/SignApk.java:24: warning: sun.security.x509.X500Name is Sun proprietary API and may be removed in a future release
- import sun.security.x509.X500Name;
- ^
- build/tools/signapk/SignApk.java:182: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
- BASE64Encoder base64 = new BASE64Encoder();
- ^
- build/tools/signapk/SignApk.java:182: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
- BASE64Encoder base64 = new BASE64Encoder();
- ^
- build/tools/signapk/SignApk.java:266: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
- BASE64Encoder base64 = new BASE64Encoder();
- ^
- build/tools/signapk/SignApk.java:266: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
- BASE64Encoder base64 = new BASE64Encoder();
- ^
- build/tools/signapk/SignApk.java:308: warning: sun.security.pkcs.SignerInfo is Sun proprietary API and may be removed in a future release
- SignerInfo signerInfo = new SignerInfo(
- ^
- build/tools/signapk/SignApk.java:308: warning: sun.security.pkcs.SignerInfo is Sun proprietary API and may be removed in a future release
- SignerInfo signerInfo = new SignerInfo(
- ^
- build/tools/signapk/SignApk.java:309: warning: sun.security.x509.X500Name is Sun proprietary API and may be removed in a future release
- new X500Name(publicKey.getIssuerX500Principal().getName()),
- ^
- build/tools/signapk/SignApk.java:311: warning: sun.security.x509.AlgorithmId is Sun proprietary API and may be removed in a future release
- AlgorithmId.get("SHA1"),
- ^
- build/tools/signapk/SignApk.java:312: warning: sun.security.x509.AlgorithmId is Sun proprietary API and may be removed in a future release
- AlgorithmId.get("RSA"),
- ^
- build/tools/signapk/SignApk.java:315: warning: sun.security.pkcs.PKCS7 is Sun proprietary API and may be removed in a future release
- PKCS7 pkcs7 = new PKCS7(
- ^
- build/tools/signapk/SignApk.java:315: warning: sun.security.pkcs.PKCS7 is Sun proprietary API and may be removed in a future release
- PKCS7 pkcs7 = new PKCS7(
- ^
- build/tools/signapk/SignApk.java:316: warning: sun.security.x509.AlgorithmId is Sun proprietary API and may be removed in a future release
- new AlgorithmId[] { AlgorithmId.get("SHA1") },
- ^
- build/tools/signapk/SignApk.java:316: warning: sun.security.x509.AlgorithmId is Sun proprietary API and may be removed in a future release
- new AlgorithmId[] { AlgorithmId.get("SHA1") },
- ^
- 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: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 Sun 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.
- make: *** Brak reguł do zrobienia obiektu `out/target/product/haida/obj/lib/libaudioalsa.so', wymaganego przez `out/target/product/haida/obj/SHARED_LIBRARIES/audio.primary.msm7x30_intermediates/LINKED/audio.primary.msm7x30.so'. Stop.
- make: *** Oczekiwanie na niezakończone zadania....
- z25@cm7:~/aosp$