[Q] Compiling Issues with AOSP 2.3.3 - Android Q&A, Help & Troubleshooting

Hello everyone in XDA
I've decided to take the plunge with a group of friends to make an AOSP ROM for the Galaxy Ace (Codenamed Cooper) and it's not exactly as smooth-sailing as I thought.
I used to make generic builds last time , but ditched it because of the various errors that were induced.
So this time I decided to grab different Cooper sources from GitHub, mostly from coolya and Cyanogenmod.
I then realised that the AOSP doesn't have much files for an ARMv6-VFP device.
So I replaced android/frameworks/base completely with Cyanogenmod's android/frameworks/base.
And now I've been getting this error using:
Code:
make -j16 otapackage
Code:
frameworks/base/libs/ui/GraphicBuffer.cpp: In member function 'android::status_t android::GraphicBuffer::reallocate(uint32_t, uint32_t, android::PixelFormat, uint32_t)':
frameworks/base/libs/ui/GraphicBuffer.cpp:122: warning: comparison between signed and unsigned integer expressions
frameworks/base/libs/ui/GraphicBuffer.cpp:122: warning: comparison between signed and unsigned integer expressions
frameworks/base/libs/ui/GraphicBuffer.cpp:122: warning: comparison between signed and unsigned integer expressions
target thumb C++: libui <= frameworks/base/libs/ui/GraphicBufferMapper.cpp
target thumb C++: libui <= frameworks/base/libs/ui/GraphicLog.cpp
target thumb C++: libui <= frameworks/base/libs/ui/KeyLayoutMap.cpp
target thumb C++: libui <= frameworks/base/libs/ui/KeyCharacterMap.cpp
target thumb C++: libui <= frameworks/base/libs/ui/Input.cpp
target thumb C++: libui <= frameworks/base/libs/ui/InputDispatcher.cpp
target thumb C++: libui <= frameworks/base/libs/ui/InputManager.cpp
target thumb C++: libui <= frameworks/base/libs/ui/InputReader.cpp
target thumb C++: libui <= frameworks/base/libs/ui/InputTransport.cpp
target thumb C++: libui <= frameworks/base/libs/ui/IOverlay.cpp
target thumb C++: libui <= frameworks/base/libs/ui/Overlay.cpp
target thumb C++: libui <= frameworks/base/libs/ui/PixelFormat.cpp
frameworks/base/libs/ui/Overlay.cpp: In member function 'android::status_t android::Overlay::setFd(int)':
frameworks/base/libs/ui/Overlay.cpp:98: error: 'struct overlay_data_device_t' has no member named 'setFd'
make: *** [out/target/product/cooper/obj/SHARED_LIBRARIES/libui_intermediates/Overlay.o] Error 1
make: *** Waiting for unfinished jobs....
[email protected]:~/android#
If I used
Code:
make -j16
It would give a different error:
Code:
Install: out/host/linux-x86/framework/guavalib.jar
host Prebuilt: org-openide-util (out/host/common/obj/JAVA_LIBRARIES/org-openide-util_intermediates/javalib.jar)
host Prebuilt: org-netbeans-api-visual (out/host/common/obj/JAVA_LIBRARIES/org-netbeans-api-visual_intermediates/javalib.jar)
Install: out/host/linux-x86/framework/idegen.jar
host Prebuilt: jarjar (out/host/common/obj/JAVA_LIBRARIES/jarjar_intermediates/javalib.jar)
Install: out/host/linux-x86/framework/jdiff.jar
Install: out/host/linux-x86/framework/jsr305lib.jar
host Prebuilt: jython (out/host/common/obj/JAVA_LIBRARIES/jython_intermediates/javalib.jar)
host Prebuilt: kxml2-2.3.0 (out/host/common/obj/JAVA_LIBRARIES/kxml2-2.3.0_intermediates/javalib.jar)
make: *** No rule to make target `out/host/linux-x86/framework/layoutlib_api-prebuilt.jar', needed by `out/host/common/obj/JAVA_LIBRARIES/layoutlib_intermediates/javalib.jar'. Stop.
make: *** Waiting for unfinished jobs....
Did I do anything wrong?

Anyone ?
Sent from my GT-S5830 using XDA App

Related

Build Issue

Hey guys...
i'm compilin cyanmobile and gettin the following error.. does anybody know how to solve it ..
Code:
target thumb C++: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/XMLNames.cpp
target thumb C++: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/HTMLNames.cpp
target thumb C++: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/HTMLElementFactory.cpp
target thumb C++: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/V8HTMLElementWrapperFactory.cpp
target thumb C: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/html/HTMLEntityNames.c
target thumb C: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/platform/ColorData.c
target StaticLib: libwebcore (/media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/libwebcore.a)
[COLOR="Red"][B]make: execvp: /bin/bash: Argument list too long[/B]
[B]make: *** [/media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/libwebcore.a] Error 127
[/B][/COLOR]
wilfredcool007 said:
Hey guys...
i'm compilin cyanmobile and gettin the following error.. does anybody know how to solve it ..
Code:
target thumb C++: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/XMLNames.cpp
target thumb C++: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/HTMLNames.cpp
target thumb C++: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/HTMLElementFactory.cpp
target thumb C++: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/V8HTMLElementWrapperFactory.cpp
target thumb C: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/html/HTMLEntityNames.c
target thumb C: libwebcore <= /media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/platform/ColorData.c
target StaticLib: libwebcore (/media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/libwebcore.a)
[COLOR="Red"][B]make: execvp: /bin/bash: Argument list too long[/B]
[B]make: *** [/media/Backup/Android/Sources/Cyanmobile/android/system/out/target/product/beni/obj/STATIC_LIBRARIES/libwebcore_intermediates/libwebcore.a] Error 127
[/B][/COLOR]
Click to expand...
Click to collapse
just in case someone else faces this error
the path to source is too long..

Compile CM10.1 have been reported errors

Compile CM10.1 have been reported errors
This is the error message
、
HTML:
target thumb C++: hwcomposer.msm8660 <= hardware/qcom/display-legacy/libhwcomposer/hwc_uimirror.cpp
target thumb C++: hwcomposer.msm8660 <= hardware/qcom/display-legacy/libhwcomposer/hwc_uevents.cpp
hardware/qcom/display-legacy/libhwcomposer/hwc_uevents.cpp:30:0: warning: "PAGE_SIZE" redefined [enabled by default]
bionic/libc/kernel/arch-arm/asm/page.h:22:0: note: this is the location of the previous definition
target thumb C++: hwcomposer.msm8660 <= hardware/qcom/display-legacy/libhwcomposer/hwc_vsync.cpp
hardware/qcom/display-legacy/libhwcomposer/hwc_vsync.cpp:36:0: warning: "PAGE_SIZE" redefined [enabled by default]
bionic/libc/kernel/arch-arm/asm/page.h:22:0: note: this is the location of the previous definition
target thumb C++: hwcomposer.msm8660 <= hardware/qcom/display-legacy/libhwcomposer/hwc_copybit.cpp
target thumb C++: hwcomposer.msm8660 <= hardware/qcom/display-legacy/libhwcomposer/hwc_mdpcomp.cpp
target thumb C++: hwcomposer.msm8660 <= hardware/qcom/display-legacy/libhwcomposer/hwc_extonly.cpp
target thumb C++: libhwcexternal <= hardware/qcom/display-legacy/libhwcomposer/hwc_external.cpp
target thumb C++: libhwcservice <= hardware/qcom/display-legacy/libhwcomposer/hwc_service.cpp
target thumb C++: libhwcservice <= hardware/qcom/display-legacy/libhwcomposer/ihwc.cpp
target thumb C++: keystore.default <= system/security/softkeymaster/keymaster_openssl.cpp
target thumb C++: libOmxAacEnc <= hardware/qcom/audio-caf/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp
target thumb C: libOmxAacEnc <= hardware/qcom/audio-caf/mm-audio/aenc-aac/qdsp6/src/aenc_svr.c
In file included from hardware/qcom/audio-caf/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:41:0:
hardware/qcom/audio-caf/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:52:34: fatal error: QOMX_AudioExtensions.h: No such file or directory
compilation terminated.
make: *** [/home/poppy/mokee/out/target/product/villec2/obj/SHARED_LIBRARIES/libOmxAacEnc_intermediates/src/omx_aac_aenc.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from hardware/qcom/audio-caf/mm-audio/aenc-aac/qdsp6/src/aenc_svr.c:35:0:
hardware/qcom/audio-caf/mm-audio/aenc-aac/qdsp6/inc/aenc_svr.h:39:0: warning: "LOG_TAG" redefined [enabled by default]
system/core/include/cutils/log.h:68:0: note: this is the location of the previous definition

Building Android 4.3 PAC-Man ROM for Unsupported Device

Hello there guys, i've recently installed ubuntu, and followed this guide along with some debugging and help from others to reach a certain point in getting a successful build. I am however stuck with the following:
Code:
host C++: libLLVMCore <= external/llvm/lib/IR/TypeFinder.cpp
host C++: libLLVMCore <= external/llvm/lib/IR/Use.cpp
host C++: libLLVMCore <= external/llvm/lib/IR/User.cpp
host C++: libLLVMCore <= external/llvm/lib/IR/Value.cpp
host C++: libLLVMCore <= external/llvm/lib/IR/ValueSymbolTable.cpp
host C++: libLLVMCore <= external/llvm/lib/IR/ValueTypes.cpp
host C++: libLLVMCore <= external/llvm/lib/IR/Verifier.cpp
Install: /home/zohaib/rom/android/system/out/target/product/pyramid/system/usr/share/zoneinfo/tzdata
Install: /home/zohaib/rom/android/system/out/target/product/pyramid/root/property_contexts
Install: /home/zohaib/rom/android/system/out/target/product/pyramid/root/seapp_contexts
target thumb C: libmake_ext4fs <= bootable/recovery/utilities/../../../system/extras/ext4_utils/make_ext4fs_main.c
Target buildinfo: /home/zohaib/rom/android/system/out/target/product/pyramid/system/build.prop
target Prebuilt: (/home/zohaib/rom/android/system/out/target/product/pyramid/system/bin/monkey)
target Prebuilt: (/home/zohaib/rom/android/system/out/target/product/pyramid/system/usr/share/bmd/RFFspeed_501.bmd)
target Prebuilt: (/home/zohaib/rom/android/system/out/target/product/pyramid/system/usr/share/bmd/RFFstd_501.bmd)
target Prebuilt: (/home/zohaib/rom/android/system/out/target/product/pyramid/system/bin/bmgr)
target Prebuilt: (/home/zohaib/rom/android/system/out/target/product/pyramid/system/bin/ime)
target Prebuilt: (/home/zohaib/rom/android/system/out/target/product/pyramid/system/bin/input)
target Prebuilt: (/home/zohaib/rom/android/system/out/target/product/pyramid/system/bin/pm)
target Prebuilt: (/home/zohaib/rom/android/system/out/target/product/pyramid/system/bin/svc)
target Prebuilt: system_etcdir (/home/zohaib/rom/android/system/out/target/product/pyramid/system/etc/hosts)
target Export Resources: framework-res (/home/zohaib/rom/android/system/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk)
Install: /home/zohaib/rom/android/system/out/host/linux-x86/framework/doclava.jar
Copying: /home/zohaib/rom/android/system/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/emma_out/lib/classes-jarjar.jar
Copying: /home/zohaib/rom/android/system/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/emma_out/lib/classes-jarjar.jar
Copying: /home/zohaib/rom/android/system/out/target/common/obj/JAVA_LIBRARIES/core-junit_intermediates/classes.jar
target Static Jar: android-support-v4-eclair (/home/zohaib/rom/android/system/out/target/common/obj/JAVA_LIBRARIES/android-support-v4-eclair_intermediates/javalib.jar)
target Java: guava (/home/zohaib/rom/android/system/out/target/common/obj/JAVA_LIBRARIES/guava_intermediates/classes)
nothing matches overlay file default_wallpaper.jpg, for flavor ,,,,sw720dp,,,,,,,,,nodpi,,,,,,,
target StaticLib: libLLVMLinker (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMLinker_intermediates/libLLVMLinker.a)
target StaticLib: libLLVMipo (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMipo_intermediates/libLLVMipo.a)
target StaticLib: libLLVMBitWriter (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMBitWriter_intermediates/libLLVMBitWriter.a)
target StaticLib: libLLVMBitReader (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMBitReader_intermediates/libLLVMBitReader.a)
target StaticLib: libLLVMARMCodeGen (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMARMCodeGen_intermediates/libLLVMARMCodeGen.a)
libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area
target StaticLib: libLLVMARMAsmParser (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMARMAsmParser_intermediates/libLLVMARMAsmParser.a)
target StaticLib: libLLVMARMAsmPrinter (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMARMAsmPrinter_intermediates/libLLVMARMAsmPrinter.a)
target StaticLib: libLLVMARMInfo (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMARMInfo_intermediates/libLLVMARMInfo.a)
target StaticLib: libLLVMARMDesc (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMARMDesc_intermediates/libLLVMARMDesc.a)
target StaticLib: libLLVMARMDisassembler (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMARMDisassembler_intermediates/libLLVMARMDisassembler.a)
target StaticLib: libLLVMSelectionDAG (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMSelectionDAG_intermediates/libLLVMSelectionDAG.a)
target StaticLib: libLLVMCodeGen (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMCodeGen_intermediates/libLLVMCodeGen.a)
target StaticLib: libLLVMObject (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMObject_intermediates/libLLVMObject.a)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
target StaticLib: libLLVMScalarOpts (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMScalarOpts_intermediates/libLLVMScalarOpts.a)
target StaticLib: libLLVMInstCombine (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMInstCombine_intermediates/libLLVMInstCombine.a)
libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area
target StaticLib: libLLVMInstrumentation (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMInstrumentation_intermediates/libLLVMInstrumentation.a)
target StaticLib: libLLVMTransformObjCARC (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMTransformObjCARC_intermediates/libLLVMTransformObjCARC.a)
target StaticLib: libLLVMTransformUtils (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMTransformUtils_intermediates/libLLVMTransformUtils.a)
target StaticLib: libLLVMipa (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMipa_intermediates/libLLVMipa.a)
target StaticLib: libLLVMAnalysis (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMAnalysis_intermediates/libLLVMAnalysis.a)
target StaticLib: libLLVMCore (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMCore_intermediates/libLLVMCore.a)
target StaticLib: libLLVMVectorize (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMVectorize_intermediates/libLLVMVectorize.a)
target StaticLib: libLLVMWrap (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMWrap_intermediates/libLLVMWrap.a)
target StaticLib: libLLVMBitReader_2_7 (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMBitReader_2_7_intermediates/libLLVMBitReader_2_7.a)
target StaticLib: libLLVMBitReader_3_0 (/home/zohaib/rom/android/system/out/target/product/pyramid/obj/STATIC_LIBRARIES/libLLVMBitReader_3_0_intermediates/libLLVMBitReader_3_0.a)
Install: /home/zohaib/rom/android/system/out/target/product/pyramid/system/lib/egl/egl.cfg
Install: /home/zohaib/rom/android/system/out/target/product/pyramid/system/lib/libz.so
Install: /home/zohaib/rom/android/system/out/target/product/pyramid/system/lib/libexpat.so
host StaticLib: libLLVMObject (/home/zohaib/rom/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMObject_intermediates/libLLVMObject.a)
Install: /home/zohaib/rom/android/system/out/target/product/pyramid/system/etc/bluetooth/bt_stack.conf
Install: /home/zohaib/rom/android/system/out/target/product/pyramid/system/etc/bluetooth/bt_did.conf
Install: /home/zohaib/rom/android/system/out/target/product/pyramid/system/etc/bluetooth/auto_pair_devlist.conf
target Java: android-support-v13-ics-mr1 (/home/zohaib/rom/android/system/out/target/common/obj/JAVA_LIBRARIES/android-support-v13-ics-mr1_intermediates/classes)
Copying: /home/zohaib/rom/android/system/out/target/common/obj/JAVA_LIBRARIES/android-common-chips_intermediates/classes-jarjar.jar
Copying: /home/zohaib/rom/android/system/out/target/common/obj/JAVA_LIBRARIES/colorpicker_intermediates/classes-jarjar.jar
Copying: /home/zohaib/rom/android/system/out/target/common/obj/JAVA_LIBRARIES/android-opt-timezonepicker_intermediates/classes-jarjar.jar
target thumb C++: libstagefright <= frameworks/av/media/libstagefright/ExtendedCodec.cpp
target thumb C++: libstagefright <= frameworks/av/media/libstagefright/ThrottledSource.cpp
target thumb C++: libstagefright <= frameworks/av/media/libstagefright/TimeSource.cpp
target thumb C++: libstagefright <= frameworks/av/media/libstagefright/TimedEventQueue.cpp
target thumb C++: libstagefright <= frameworks/av/media/libstagefright/Utils.cpp
frameworks/av/media/libstagefright/ExtendedCodec.cpp: In static member function 'static void android::ExtendedCodec::enableSmoothStreaming(const android::sp<android::IOMX>&, android::IOMX::node_id, bool*, const char*)':
frameworks/av/media/libstagefright/ExtendedCodec.cpp:368:27: error: expected primary-expression before ')' token
make: *** [/home/zohaib/rom/android/system/out/target/product/pyramid/obj/SHARED_LIBRARIES/libstagefright_intermediates/ExtendedCodec.o] Error 1
make: *** Waiting for unfinished jobs....
/home/zohaib/rom/android/system/out/target/product/pyramid/pac_pyramid-ota-eng.root.zip doesn't exist!
Total time elapsed: 29 minutes 33 seconds
[email protected]:~/rom/android/system#
I can see the error:
frameworks/av/media/libstagefright/ExtendedCodec.cpp:368:27: error: expected primary-expression before ')' token
But i dont know how to fix it, any help is appreciated
FYI im a total noob in terms of building and ubuntu, first time doing it
I am pretty sure the source was just broken, just update your sources and recompile

cos 4.4 build help

I have got a build of ChaOS 4.4 going for the atrix HD but have run into a build error that i have been having an issue figuring out anybody with any knowledge of how to handle this or a good place to look to try to figure this out???
Code:
.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/CameraService.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/CameraDeviceFactory.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/common/Camera2ClientBase.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/common/CameraDeviceBase.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/common/FrameProcessorBase.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/Camera2Client.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/Parameters.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/FrameProcessor.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/StreamingProcessor.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/JpegProcessor.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/CallbackProcessor.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/ZslProcessor.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/BurstCapture.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/JpegCompressor.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/CaptureSequencer.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/ZslProcessor3.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api2/CameraDeviceClient.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api_pro/ProCamera2Client.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device2/Camera2Device.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3Device.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3Stream.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3IOStreamBase.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3InputStream.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3OutputStream.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3ZslStream.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/StatusTracker.cpp
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/gui/RingBufferConsumer.cpp
frameworks/av/services/camera/libcameraservice/gui/RingBufferConsumer.cpp: In member function 'android::status_t android::RingBufferConsumer::releaseOldestBufferLocked(size_t*)':
frameworks/av/services/camera/libcameraservice/gui/RingBufferConsumer.cpp:247:16: warning: unused variable 'currentSize' [-Wunused-variable]
target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/utils/CameraTraces.cpp
target thumb C++: libmedialogservice <= frameworks/av/services/medialog/MediaLogService.cpp
Import includes file: /home/jermiah/mb886/cos/out/target/product/mb886/obj/SHARED_LIBRARIES/libmediaplayerservice_intermediates/import_includes
Import includes file: /home/jermiah/mb886/cos/out/target/product/mb886/obj/SHARED_LIBRARIES/libstagefright_intermediates/import_includes
target thumb C++: libconnectivitymanager <= frameworks/native/services/connectivitymanager/ConnectivityManager.cpp
target thumb C++: libdrmframework <= frameworks/av/drm/libdrmframework/DrmManagerClientImpl.cpp
target thumb C++: libdrmframework <= frameworks/av/drm/libdrmframework/DrmManagerClient.cpp
target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/GraphicBufferSource.cpp
target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/OMX.cpp
target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/OMXMaster.cpp
target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/OMXNodeInstance.cpp
target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/SimpleSoftOMXComponent.cpp
target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/SoftOMXComponent.cpp
target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/SoftOMXPlugin.cpp
target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/SoftVideoDecoderOMXComponent.cpp
target thumb C++: libstagefright_yuv <= frameworks/av/media/libstagefright/yuv/YUVImage.cpp
target thumb C++: libstagefright_yuv <= frameworks/av/media/libstagefright/yuv/YUVCanvas.cpp
target asm: libvorbisidec <= external/tremolo/Tremolo/bitwiseARM.s
target asm: libvorbisidec <= external/tremolo/Tremolo/dpen.s
target asm: libvorbisidec <= external/tremolo/Tremolo/floor1ARM.s
target asm: libvorbisidec <= external/tremolo/Tremolo/mdctARM.s
target arm C: libvorbisidec <= external/tremolo/Tremolo/bitwise.c
target arm C: libvorbisidec <= external/tremolo/Tremolo/codebook.c
target arm C: libvorbisidec <= external/tremolo/Tremolo/dsp.c
target arm C: libvorbisidec <= external/tremolo/Tremolo/floor0.c
target arm C: libvorbisidec <= external/tremolo/Tremolo/floor1.c
external/tremolo/Tremolo/floor1.c: In function 'mergesort':
external/tremolo/Tremolo/floor1.c:87:2: warning: array subscript has type 'char' [-Wchar-subscripts]
external/tremolo/Tremolo/floor1.c:87:2: warning: array subscript has type 'char' [-Wchar-subscripts]
external/tremolo/Tremolo/floor1.c: In function 'floor1_info_unpack':
external/tremolo/Tremolo/floor1.c:145:5: warning: array subscript has type 'char' [-Wchar-subscripts]
external/tremolo/Tremolo/floor1.c:157:5: warning: array subscript has type 'char' [-Wchar-subscripts]
external/tremolo/Tremolo/floor1.c: In function 'floor1_inverse1':
external/tremolo/Tremolo/floor1.c:333:7: warning: array subscript has type 'char' [-Wchar-subscripts]
external/tremolo/Tremolo/floor1.c:334:6: warning: array subscript has type 'char' [-Wchar-subscripts]
external/tremolo/Tremolo/floor1.c:335:6: warning: array subscript has type 'char' [-Wchar-subscripts]
external/tremolo/Tremolo/floor1.c:336:6: warning: array subscript has type 'char' [-Wchar-subscripts]
external/tremolo/Tremolo/floor1.c:359:2: warning: array subscript has type 'char' [-Wchar-subscripts]
external/tremolo/Tremolo/floor1.c:360:2: warning: array subscript has type 'char' [-Wchar-subscripts]
target arm C: libvorbisidec <= external/tremolo/Tremolo/floor_lookup.c
target arm C: libvorbisidec <= external/tremolo/Tremolo/framing.c
target arm C: libvorbisidec <= external/tremolo/Tremolo/mapping0.c
target arm C: libvorbisidec <= external/tremolo/Tremolo/mdct.c
target arm C: libvorbisidec <= external/tremolo/Tremolo/misc.c
target arm C: libvorbisidec <= external/tremolo/Tremolo/res012.c
target arm C: libvorbisidec <= external/tremolo/Tremolo/treminfo.c
external/tremolo/Tremolo/treminfo.c: In function '_vorbis_unpack_books':
external/tremolo/Tremolo/treminfo.c:281:5: warning: comparison is always false due to limited range of data type [-Wtype-limits]
target arm C: libvorbisidec <= external/tremolo/Tremolo/vorbisfile.c
target arm C: libstagefright_enc_common <= frameworks/av/media/libstagefright/codecs/common/cmnMemory.c
target thumb C++: libstagefright_avc_common <= frameworks/av/media/libstagefright/codecs/avc/common/src/deblock.cpp
external/tremolo/Tremolo/vorbisfile.c: In function 'ov_raw_seek':
external/tremolo/Tremolo/vorbisfile.c:1057:10: warning: 'eosflag' may be used uninitialized in this function [-Wmaybe-uninitialized]
target thumb C++: libstagefright_avc_common <= frameworks/av/media/libstagefright/codecs/avc/common/src/dpb.cpp
target thumb C++: libstagefright_avc_common <= frameworks/av/media/libstagefright/codecs/avc/common/src/fmo.cpp
target thumb C++: libstagefright_avc_common <= frameworks/av/media/libstagefright/codecs/avc/common/src/mb_access.cpp
target thumb C++: libstagefright_avc_common <= frameworks/av/media/libstagefright/codecs/avc/common/src/reflist.cpp
target thumb C++: libstagefright_color_conversion <= frameworks/av/media/libstagefright/colorconversion/ColorConverter.cpp
target thumb C++: libstagefright_color_conversion <= frameworks/av/media/libstagefright/colorconversion/SoftwareRenderer.cpp
target asm: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/pvmp3_polyphase_filter_window_gcc.s
target asm: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/pvmp3_mdct_18_gcc.s
target asm: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/pvmp3_dct_9_gcc.s
target asm: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/pvmp3_dct_16_gcc.s
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_normalize.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_alias_reduction.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_crc.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_decode_header.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_decode_huff_cw.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_getbits.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_dequantize_sample.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_framedecoder.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_get_main_data_size.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_get_side_info.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_get_scale_factors.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mpeg2_get_scale_data.cpp
frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mpeg2_get_scale_data.cpp: In function 'void pvmp3_mpeg2_get_scale_data(mp3SideInfo*, int32, int32, mp3Header*, uint32*, uint32*, tmp3Bits*)':
frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mpeg2_get_scale_data.cpp:142:46: warning: 'new_slen[0]' may be used uninitialized in this function [-Wuninitialized]
frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mpeg2_get_scale_data.cpp:142:46: warning: 'new_slen[0]' may be used uninitialized in this function [-Wuninitialized]
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mpeg2_get_scale_factors.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mpeg2_stereo_proc.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_huffman_decoding.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_huffman_parsing.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_tables.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_imdct_synth.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mdct_6.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_dct_6.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_poly_phase_synthesis.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_equalizer.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_seek_synch.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_stereo_proc.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_reorder.cpp
target arm C++: libstagefright_mp3dec <= frameworks/av/media/libstagefright/codecs/mp3dec/MP3Decoder.cpp
target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/AutoCorrelation_v5.s
target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/band_nrg_v5.s
target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/CalcWindowEnergy_v5.s
frameworks/av/media/libstagefright/codecs/mp3dec/MP3Decoder.cpp: In function 'bool android::resync(uint8_t*, uint32_t, uint32_t, off_t*)':
frameworks/av/media/libstagefright/codecs/mp3dec/MP3Decoder.cpp:193:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from frameworks/av/media/libstagefright/codecs/mp3dec/MP3Decoder.cpp:17:0:
frameworks/av/media/libstagefright/include/MP3Decoder.h: In constructor 'android::MP3Decoder::MP3Decoder(const android::sp<android::MediaSource>&)':
frameworks/av/media/libstagefright/include/MP3Decoder.h:59:18: warning: 'android::MP3Decoder::mPartialBuffer' will be initialized after [-Wreorder]
frameworks/av/media/libstagefright/include/MP3Decoder.h:56:14: warning: 'uint32_t android::MP3Decoder::mFixedHeader' [-Wreorder]
frameworks/av/media/libstagefright/codecs/mp3dec/MP3Decoder.cpp:217:1: warning: when initialized here [-Wreorder]
frameworks/av/media/libstagefright/codecs/mp3dec/MP3Decoder.cpp: In member function 'android::status_t android::MP3Decoder::updatePartialFrame()':
frameworks/av/media/libstagefright/codecs/mp3dec/MP3Decoder.cpp:388:9: warning: too many arguments for format [-Wformat-extra-args]
target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/PrePostMDCT_v7.s
target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/R4R8First_v7.s
target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/Radix4FFT_v7.s
target arm C++: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/AACEncoder.cpp
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/basic_op/basicop2.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/basic_op/oper_32b.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/aac_rom.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/aacenc.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/aacenc_core.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/adj_thr.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/band_nrg.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/bit_cnt.c
frameworks/av/media/libstagefright/codecs/aacenc/src/adj_thr.c: In function 'AdjustThresholds':
frameworks/av/media/libstagefright/codecs/aacenc/src/adj_thr.c:75:11: warning: 'pthrExp' may be used uninitialized in this function [-Wmaybe-uninitialized]
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/bitbuffer.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/bitenc.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/block_switch.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/channel_map.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/dyn_bits.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/grp_data.c
frameworks/av/media/libstagefright/codecs/aacenc/src/dyn_bits.c: In function 'dynBitCount':
frameworks/av/media/libstagefright/codecs/aacenc/src/dyn_bits.c:250:50: warning: 'maxNdx' may be used uninitialized in this function [-Wmaybe-uninitialized]
frameworks/av/media/libstagefright/codecs/aacenc/src/dyn_bits.c:229:26: note: 'maxNdx' was declared here
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/interface.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/line_pe.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/ms_stereo.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/pre_echo_control.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/psy_configuration.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/psy_main.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/qc_main.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/quantize.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/sf_estim.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/spreading.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/stat_bits.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/tns.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/transform.c
target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/memalign.c
target thumb C++: libstagefright_matroska <= frameworks/av/media/libstagefright/matroska/MatroskaExtractor.cpp
target thumb C++: libstagefright_timedtext <= frameworks/av/media/libstagefright/timedtext/TextDescriptions.cpp
target thumb C++: libstagefright_timedtext <= frameworks/av/media/libstagefright/timedtext/TimedTextDriver.cpp
target thumb C++: libstagefright_timedtext <= frameworks/av/media/libstagefright/timedtext/TimedText3GPPSource.cpp
target thumb C++: libstagefright_timedtext <= frameworks/av/media/libstagefright/timedtext/TimedTextSource.cpp
target thumb C++: libstagefright_timedtext <= frameworks/av/media/libstagefright/timedtext/TimedTextSRTSource.cpp
target thumb C++: libstagefright_timedtext <= frameworks/av/media/libstagefright/timedtext/TimedTextPlayer.cpp
target Generated: libvpx <= /home/jermiah/mb886/cos/out/target/product/mb886/obj/STATIC_LIBRARIES/libvpx_intermediates/vp8/encoder/vp8_asm_enc_offsets.intermediate
target Generated: libvpx <= /home/jermiah/mb886/cos/out/target/product/mb886/obj/STATIC_LIBRARIES/libvpx_intermediates/vpx_scale/vpx_scale_asm_offsets.intermediate
target thumb C++: libwebm <= external/libvpx/libwebm/mkvparser.cpp
target thumb C++: libstagefright_mpeg2ts <= frameworks/av/media/libstagefright/mpeg2ts/AnotherPacketSource.cpp
target thumb C++: libstagefright_mpeg2ts <= frameworks/av/media/libstagefright/mpeg2ts/ATSParser.cpp
target thumb C++: libstagefright_mpeg2ts <= frameworks/av/media/libstagefright/mpeg2ts/ESQueue.cpp
target thumb C++: libstagefright_mpeg2ts <= frameworks/av/media/libstagefright/mpeg2ts/MPEG2PSExtractor.cpp
target thumb C++: libstagefright_mpeg2ts <= frameworks/av/media/libstagefright/mpeg2ts/MPEG2TSExtractor.cpp
target thumb C++: libstagefright_id3 <= frameworks/av/media/libstagefright/id3/ID3.cpp
target thumb C++: libstagefright_httplive <= frameworks/av/media/libstagefright/httplive/LiveDataSource.cpp
target thumb C++: libstagefright_httplive <= frameworks/av/media/libstagefright/httplive/LiveSession.cpp
target thumb C++: libstagefright_httplive <= frameworks/av/media/libstagefright/httplive/M3UParser.cpp
frameworks/av/media/libstagefright/httplive/M3UParser.cpp: In member function 'void android::M3UParser::MediaGroup::pickRandomMediaItems()':
frameworks/av/media/libstagefright/httplive/M3UParser.cpp:128:56: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
frameworks/av/media/libstagefright/httplive/M3UParser.cpp: In member function 'android::status_t android::M3UParser::MediaGroup::selectTrack(size_t, bool)':
frameworks/av/media/libstagefright/httplive/M3UParser.cpp:168:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
frameworks/av/media/libstagefright/httplive/M3UParser.cpp:175:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
target thumb C++: libstagefright_httplive <= frameworks/av/media/libstagefright/httplive/PlaylistFetcher.cpp
target thumb C++: libstagefright_wfd <= frameworks/av/media/libstagefright/wifi-display/MediaSender.cpp
target thumb C++: libstagefright_wfd <= frameworks/av/media/libstagefright/wifi-display/Parameters.cpp
target thumb C++: libstagefright_wfd <= frameworks/av/media/libstagefright/wifi-display/rtp/RTPSender.cpp
target thumb C++: libstagefright_wfd <= frameworks/av/media/libstagefright/wifi-display/source/Converter.cpp
target thumb C++: libstagefright_wfd <= frameworks/av/media/libstagefright/wifi-display/source/MediaPuller.cpp
target thumb C++: libstagefright_wfd <= frameworks/av/media/libstagefright/wifi-display/source/PlaybackSession.cpp
target thumb C++: libstagefright_wfd <= frameworks/av/media/libstagefright/wifi-display/source/RepeaterSource.cpp
target thumb C++: libstagefright_wfd <= frameworks/av/media/libstagefright/wifi-display/source/TSPacketizer.cpp
target thumb C++: libstagefright_wfd <= frameworks/av/media/libstagefright/wifi-display/source/WifiDisplaySource.cpp
target thumb C++: libstagefright_wfd <= frameworks/av/media/libstagefright/wifi-display/VideoFormats.cpp
target thumb C++: libstagefright_nuplayer <= frameworks/av/media/libmediaplayerservice/nuplayer/GenericSource.cpp
target thumb C++: libstagefright_nuplayer <= frameworks/av/media/libmediaplayerservice/nuplayer/HTTPLiveSource.cpp
target thumb C++: libstagefright_nuplayer <= frameworks/av/media/libmediaplayerservice/nuplayer/NuPlayer.cpp
frameworks/av/media/libmediaplayerservice/nuplayer/HTTPLiveSource.cpp: In member function 'virtual android::status_t android::NuPlayer::HTTPLiveSource::selectTrack(size_t, bool)':
frameworks/av/media/libmediaplayerservice/nuplayer/HTTPLiveSource.cpp:143:51: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
target thumb C++: libstagefright_nuplayer <= frameworks/av/media/libmediaplayerservice/nuplayer/NuPlayerDecoder.cpp
target thumb C++: libstagefright_nuplayer <= frameworks/av/media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp
target thumb C++: libstagefright_nuplayer <= frameworks/av/media/libmediaplayerservice/nuplayer/NuPlayerRenderer.cpp
target thumb C++: libstagefright_nuplayer <= frameworks/av/media/libmediaplayerservice/nuplayer/NuPlayerStreamListener.cpp
target thumb C++: libstagefright_nuplayer <= frameworks/av/media/libmediaplayerservice/nuplayer/RTSPSource.cpp
In file included from frameworks/av/media/libmediaplayerservice/nuplayer/RTSPSource.cpp:24:0:
./frameworks/av/media/libstagefright/rtsp/MyHandler.h:22:0: warning: "LOG_TAG" redefined [enabled by default]
frameworks/av/media/libmediaplayerservice/nuplayer/RTSPSource.cpp:18:0: note: this is the location of the previous definition
target thumb C++: libstagefright_nuplayer <= frameworks/av/media/libmediaplayerservice/nuplayer/StreamingSource.cpp
target thumb C++: libstagefright_nuplayer <= frameworks/av/media/libmediaplayerservice/nuplayer/mp4/MP4Source.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/AAMRAssembler.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/AAVCAssembler.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/AH263Assembler.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/AMPEG2TSAssembler.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/AMPEG4AudioAssembler.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/AMPEG4ElementaryAssembler.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/APacketSource.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/ARawAudioAssembler.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/ARTPAssembler.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/ARTPConnection.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/ARTPSource.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/ARTPWriter.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/ARTSPConnection.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/ASessionDescription.cpp
target thumb C++: libstagefright_rtsp <= frameworks/av/media/libstagefright/rtsp/SDPLoader.cpp
frameworks/av/media/libstagefright/rtsp/SDPLoader.cpp: In member function 'void android::SDPLoader::onLoad(const android::sp<android::AMessage>&)':
frameworks/av/media/libstagefright/rtsp/SDPLoader.cpp:133:13: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'ssize_t {aka int}' [-Wformat]
target thumb C++: libregistermsext <= frameworks/av/media/mediaserver/register.cpp
target thumb C: mke2fs <= external/e2fsprogs/misc/mke2fs.c
external/e2fsprogs/misc/mke2fs.c: In function 'mke2fs_discard_zeroes_data':
external/e2fsprogs/misc/mke2fs.c:2059:6: warning: unused variable 'ret' [-Wunused-variable]
target thumb C: mke2fs <= external/e2fsprogs/misc/util.c
target thumb C: mke2fs <= external/e2fsprogs/misc/default_profile.c
target thumb C: mksh <= external/mksh/src/lalloc.c
target thumb C: mksh <= external/mksh/src/edit.c
external/e2fsprogs/misc/mke2fs.c: In function 'main':
external/e2fsprogs/misc/mke2fs.c:2127:6: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
target thumb C: mksh <= external/mksh/src/eval.c
target thumb C: mksh <= external/mksh/src/exec.c
target thumb C: mksh <= external/mksh/src/expr.c
target thumb C: mksh <= external/mksh/src/funcs.c
target thumb C: mksh <= external/mksh/src/histrap.c
target thumb C: mksh <= external/mksh/src/jobs.c
target thumb C: mksh <= external/mksh/src/lex.c
target thumb C: mksh <= external/mksh/src/main.c
target thumb C: mksh <= external/mksh/src/misc.c
target thumb C: mksh <= external/mksh/src/shf.c
target thumb C: mksh <= external/mksh/src/syn.c
target thumb C: mksh <= external/mksh/src/tree.c
target thumb C: mksh <= external/mksh/src/var.c
target thumb C: mot_boot_mode <= device/motorola/qcom-common/modules/mot_boot_mode/mot_boot_mode.c
device/motorola/qcom-common/modules/mot_boot_mode/mot_boot_mode.c: In function 'check_com_reset':
device/motorola/qcom-common/modules/mot_boot_mode/mot_boot_mode.c:129:17: warning: passing argument 1 of 'strncmp' from incompatible pointer type [enabled by default]
In file included from bionic/libc/include/stdlib.h:34:0,
from device/motorola/qcom-common/modules/mot_boot_mode/mot_boot_mode.c:16:
bionic/libc/include/string.h:72:15: note: expected 'const char *' but argument is of type 'char **'
target thumb C: mtpd <= external/mtpd/mtpd.c
target thumb C: mtpd <= external/mtpd/l2tp.c
target thumb C: mtpd <= external/mtpd/pptp.c
target thumb C: ndc <= system/netd/ndc.c
target thumb C: netcfg <= system/core/netcfg/netcfg.c
make: *** No rule to make target `/home/jermiah/mb886/cos/out/target/product/mb886/obj/SHARED_LIBRARIES/libqsap_sdk_intermediates/export_includes', needed by `/home/jermiah/mb886/cos/out/target/product/mb886/obj/EXECUTABLES/netd_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
[email protected]:~/mb886/cos$
attention @skeevydude

Help with Error

I am building cyanogenmod but I encountered build error.
Anyone can help?
Code:
target StaticLib: libstagefright_g711dec (out/target/product/e510/obj/STATIC_LIBRARIES/libstagefright_g711dec_intermediates/libstagefright_g711dec.a)
target StaticLib: libglib_static (out/target/product/e510/obj/STATIC_LIBRARIES/libglib_static_intermediates/libglib_static.a)
target StaticLib: libbuiltinplugin (out/target/product/e510/obj/STATIC_LIBRARIES/libbuiltinplugin_intermediates/libbuiltinplugin.a)
target StaticLib: libgdbus_static (out/target/product/e510/obj/STATIC_LIBRARIES/libgdbus_static_intermediates/libgdbus_static.a)
target StaticLib: libiptc (out/target/product/e510/obj/STATIC_LIBRARIES/libiptc_intermediates/libiptc.a)
target StaticLib: libext (out/target/product/e510/obj/STATIC_LIBRARIES/libext_intermediates/libext.a)
preparing StaticLib: libc_nomalloc [including out/target/product/e510/obj/STATIC_LIBRARIES/libc_common_intermediates/libc_common.a]
target StaticLib: liblsof (out/target/product/e510/obj/STATIC_LIBRARIES/liblsof_intermediates/liblsof.a)
target StaticLib: libaudiointerface (out/target/product/e510/obj/STATIC_LIBRARIES/libaudiointerface_intermediates/libaudiointerface.a)
target StaticLib: libaudiopolicybase (out/target/product/e510/obj/STATIC_LIBRARIES/libaudiopolicybase_intermediates/libaudiopolicybase.a)
target thumb C++: libcamerastub <= frameworks/base/services/camera/libcameraservice/CameraHardwareStub.cpp
target thumb C++: libcamerastub <= frameworks/base/services/camera/libcameraservice/FakeCamera.cpp
target thumb C++: libmediaplayerservice <= frameworks/base/media/libmediaplayerservice/MediaRecorderClient.cpp
frameworks/base/services/camera/libcameraservice/CameraHardwareStub.cpp: In static member function 'static android::sp<android::CameraHardwareInterface> android::CameraHardwareStub::createInstance()':
frameworks/base/services/camera/libcameraservice/CameraHardwareStub.cpp:400: error: cannot allocate an object of abstract type 'android::CameraHardwareStub'
frameworks/base/services/camera/libcameraservice/CameraHardwareStub.h:31: note: because the following virtual functions are pure within 'android::CameraHardwareStub':
device/lge/e510/include/camera/CameraHardwareInterface.h:96: note: virtual android::status_t android::CameraHardwareInterface::getShutterSound(int)
device/lge/e510/include/camera/CameraHardwareInterface.h:142: note: virtual void android::CameraHardwareInterface::encodeData()
[B]make: *** [out/target/product/e510/obj/STATIC_LIBRARIES/libcamerastub_intermediates/CameraHardwareStub.o] Error 1[/B]
make: *** Waiting for unfinished jobs....
target StaticLib: libc_nomalloc (out/target/product/e510/obj/STATIC_LIBRARIES/libc_nomalloc_intermediates/libc_nomalloc.a)

Categories

Resources