Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. [ 0% 18/49758] target thumb C++: libbluetooth_jni <= packages/apps/Bluetooth/jni/com_android_bluetooth_a2dp.cpp
  2. FAILED: /home/r3ds-kingkang/SiXROM/out/target/product/shamu/obj/SHARED_LIBRARIES/libbluetooth_jni_intermediates/com_android_bluetooth_a2dp.o
  3. /bin/bash -c "PWD=/proc/self/cwd /usr/bin/ccache prebuilts/clang/host/linux-x86/clang-3859424/bin/clang++ -I libnativehelper/include/nativehelper -I packages/apps/Bluetooth/jni -I /home/r3ds-kingkang/SiXROM/out/target/product/shamu/obj/SHARED_LIBRARIES/libbluetooth_jni_intermediates -I /home/r3ds-kingkang/SiXROM/out/target/product/shamu/gen/SHARED_LIBRARIES/libbluetooth_jni_intermediates -I libnativehelper/include/nativehelper \$(cat /home/r3ds-kingkang/SiXROM/out/target/product/shamu/obj/SHARED_LIBRARIES/libbluetooth_jni_intermediates/import_includes) -I system/core/include -I system/media/audio/include -I hardware/libhardware/include -I hardware/libhardware_legacy/include -I hardware/ril/include -I libnativehelper/include -I frameworks/native/include -I frameworks/native/opengl/include -isystem frameworks/av/include -isystem /home/r3ds-kingkang/SiXROM/out/target/product/shamu/obj/include -isystem hardware/qcom/msm8x84/kernel-headers -isystem bionic/libc/arch-arm/include -isystem bionic/libc/include -isystem bionic/libc/kernel/uapi -isystem bionic/libc/kernel/uapi/asm-arm -isystem bionic/libc/kernel/android/uapi -c -fno-exceptions -Wno-multichar -ffunction-sections -fdata-sections -funwind-tables -fstack-protector-strong -Wa,--noexecstack -Werror=format-security -D_FORTIFY_SOURCE=2 -fno-short-enums -no-canonical-prefixes -DNDEBUG -g -Wstrict-aliasing=2 -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -DNDEBUG -UDEBUG -fdebug-prefix-map=/proc/self/cwd= -D__compiler_offsetof=__builtin_offsetof -Werror=int-conversion -Wno-reserved-id-macro -Wno-format-pedantic -Wno-unused-command-line-argument -fcolor-diagnostics -Wno-expansion-to-defined -fdebug-prefix-map=\$PWD/= -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Werror=date-time -nostdlibinc -msoft-float -mfloat-abi=softfp -mfpu=neon -mcpu=krait -D__ARM_FEATURE_LPAE=1 -mfpu=neon-vfpv4 -target arm-linux-androideabi -Bprebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/bin -Wsign-promo -Wno-inconsistent-missing-override -Wno-null-dereference -fvisibility-inlines-hidden -std=gnu++14 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -fno-rtti -Wall -Wextra -Wno-unused-parameter -fPIC -D_USING_LIBCXX -DANDROID_STRICT -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -Werror=address-of-temporary -Werror=return-type -Wno-error -MD -MF /home/r3ds-kingkang/SiXROM/out/target/product/shamu/obj/SHARED_LIBRARIES/libbluetooth_jni_intermediates/com_android_bluetooth_a2dp.d -o /home/r3ds-kingkang/SiXROM/out/target/product/shamu/obj/SHARED_LIBRARIES/libbluetooth_jni_intermediates/com_android_bluetooth_a2dp.o packages/apps/Bluetooth/jni/com_android_bluetooth_a2dp.cpp"
  4. packages/apps/Bluetooth/jni/com_android_bluetooth_a2dp.cpp:146:34: error: cannot initialize a member subobject of type 'btav_audio_source_config_callback' (aka 'void (*)(btav_a2dp_codec_config_t, std::vector<btav_a2dp_codec_config_t>, std::vector<btav_a2dp_codec_config_t>, bt_bdaddr_t *)') with an lvalue of type 'void (btav_a2dp_codec_config_t, std::vector<btav_a2dp_codec_config_t>, std::vector<btav_a2dp_codec_config_t>)': different number of parameters (4 vs 3)
  5. bta2dp_audio_state_callback, bta2dp_audio_config_callback,
  6. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. packages/apps/Bluetooth/jni/com_android_bluetooth_a2dp.cpp:147:1: warning: missing field 'connection_priority_cb' initializer [-Wmissing-field-initializers]
  8. };
  9. ^
  10. 1 warning and 1 error generated.
  11. [ 0% 19/49758] Ensuring Jack server is installed and started
  12. Jack server already installed in "/home/r3ds-kingkang/.jack-server"
  13. Server is already running
  14. ninja: build stopped: subcommand failed.
  15. 11:13:22 ninja failed with: exit status 1
  16. build/core/main.mk:21: recipe for target 'run_soong_ui' failed
  17. make: *** [run_soong_ui] Error 1
  18.  
  19. #### make failed to build some targets (5 seconds) ####
  20.  
  21.  
  22. real 0m5.465s
  23. user 0m4.676s
  24. sys 0m0.776s
  25. r3ds-kingkang@r3ds:~/SiXROM$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement