Advertisement
nospamdan

fuuuuuuhhhhh

Mar 9th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. FAILED: /bin/bash -c "(echo \"target thumb C++:\"\" libbluetooth_jni_32 <= packages/apps/Bluetooth/jni/com_android_bluetooth_hfp.cpp\" ) && (mkdir -p /media/nospamdan/OutDisk/c7/target/product/oneplus3/obj_arm/SHARED_LIBRARIES/libbluetooth_jni_intermediates/ ) && (PWD=/proc/self/cwd /usr/bin/ccache prebuilts/clang/host/linux-x86/clang-2690385/bin/clang++ -I device/oneplus/oneplus3/include -I libnativehelper/include/nativehelper -I vendor/qcom/opensource/bluetooth/hal/include -I packages/apps/Bluetooth/jni -I /media/nospamdan/OutDisk/c7/target/product/oneplus3/obj_arm/SHARED_LIBRARIES/libbluetooth_jni_intermediates -I /media/nospamdan/OutDisk/c7/target/product/oneplus3/gen/SHARED_LIBRARIES/libbluetooth_jni_intermediates -I libnativehelper/include/nativehelper \$(cat /media/nospamdan/OutDisk/c7/target/product/oneplus3/obj_arm/SHARED_LIBRARIES/libbluetooth_jni_intermediates/import_includes) -isystem system/core/include -isystem system/media/audio/include -isystem hardware/libhardware/include -isystem hardware/libhardware_legacy/include -isystem libnativehelper/include -isystem frameworks/native/include -isystem frameworks/native/opengl/include -isystem frameworks/av/include -isystem frameworks/base/include -isystem hardware/ril-caf/include -isystem /media/nospamdan/OutDisk/c7/target/product/oneplus3/obj/include -isystem bionic/libc/arch-arm/include -isystem bionic/libc/include -isystem bionic/libc/kernel/uapi -isystem bionic/libc/kernel/common -isystem bionic/libc/kernel/uapi/asm-arm -isystem bionic/libm/include -isystem bionic/libm/include/arm -c -fno-exceptions -Wno-multichar -msoft-float -ffunction-sections -fdata-sections -funwind-tables -fstack-protector-strong -Wa,--noexecstack -Werror=format-security -D_FORTIFY_SOURCE=2 -fno-short-enums -no-canonical-prefixes -mcpu=cortex-a7 -mfpu=neon-vfpv4 -D__ARM_FEATURE_LPAE=1 -mfloat-abi=softfp -DQCOM_HARDWARE -DQCOM_BSP -DQTI_BSP -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Werror=date-time -DNDEBUG -g0 -Wstrict-aliasing=2 -DNDEBUG -UDEBUG -D__compiler_offsetof=__builtin_offsetof -Werror=int-conversion -Wno-reserved-id-macro -Wno-format-pedantic -Wno-unused-command-line-argument -fcolor-diagnostics -nostdlibinc -target arm-linux-androideabi -target arm-linux-androideabi -Bprebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/bin -fvisibility-inlines-hidden -DQCOM_HARDWARE -DQCOM_BSP -DQTI_BSP -Wsign-promo -Wno-inconsistent-missing-override -nostdlibinc -target arm-linux-androideabi -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -fno-rtti -Wall -Wextra -Wno-unused-parameter -fPIC -D_USING_LIBCXX -std=gnu++14 -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -Werror=address-of-temporary -Werror=null-dereference -Werror=return-type -MD -MF /media/nospamdan/OutDisk/c7/target/product/oneplus3/obj_arm/SHARED_LIBRARIES/libbluetooth_jni_intermediates/com_android_bluetooth_hfp.d -o /media/nospamdan/OutDisk/c7/target/product/oneplus3/obj_arm/SHARED_LIBRARIES/libbluetooth_jni_intermediates/com_android_bluetooth_hfp.o packages/apps/Bluetooth/jni/com_android_bluetooth_hfp.cpp ) && (cp /media/nospamdan/OutDisk/c7/target/product/oneplus3/obj_arm/SHARED_LIBRARIES/libbluetooth_jni_intermediates/com_android_bluetooth_hfp.d /media/nospamdan/OutDisk/c7/target/product/oneplus3/obj_arm/SHARED_LIBRARIES/libbluetooth_jni_intermediates/com_android_bluetooth_hfp.P; sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\\\\$//' -e '/^\$/ d' -e 's/\$/ :/' < /media/nospamdan/OutDisk/c7/target/product/oneplus3/obj_arm/SHARED_LIBRARIES/libbluetooth_jni_intermediates/com_android_bluetooth_hfp.d >> /media/nospamdan/OutDisk/c7/target/product/oneplus3/obj_arm/SHARED_LIBRARIES/libbluetooth_jni_intermediates/com_android_bluetooth_hfp.P; rm -f /media/nospamdan/OutDisk/c7/target/product/oneplus3/obj_arm/SHARED_LIBRARIES/libbluetooth_jni_intermediates/com_android_bluetooth_hfp.d )"
  2. target thumb C++: libbluetooth_jni_32 <= packages/apps/Bluetooth/jni/com_android_bluetooth_hfp.cpp
  3. packages/apps/Bluetooth/jni/com_android_bluetooth_hfp.cpp:442:5: error: cannot initialize a member subobject of type 'bthf_bind_cmd_callback' (aka 'void (*)(char *, bt_bdaddr_t *)') with an lvalue of type 'void (bt_bdaddr_t *)': different number of parameters (2 vs 1)
  4. key_pressed_callback,
  5. ^~~~~~~~~~~~~~~~~~~~
  6. packages/apps/Bluetooth/jni/com_android_bluetooth_hfp.cpp:443:5: error: cannot initialize a member subobject of type 'bthf_biev_cmd_callback' (aka 'void (*)(bthf_hf_ind_type_t, int, bt_bdaddr_t *)') with an lvalue of type 'void (char *, bthf_bind_type_t, bt_bdaddr_t *)': type mismatch at 1st parameter ('bthf_hf_ind_type_t' vs 'char *')
  7. at_bind_callback,
  8. ^~~~~~~~~~~~~~~~
  9. packages/apps/Bluetooth/jni/com_android_bluetooth_hfp.cpp:444:5: error: cannot initialize a member subobject of type 'bthf_key_pressed_cmd_callback' (aka 'void (*)(bt_bdaddr_t *)') with an lvalue of type 'void (char *, bt_bdaddr_t *)': different number of parameters (1 vs 2)
  10. at_biev_callback
  11. ^~~~~~~~~~~~~~~~
  12. packages/apps/Bluetooth/jni/com_android_bluetooth_hfp.cpp:445:1: warning: missing field 'bind_cmd_cb' initializer [-Wmissing-field-initializers]
  13. };
  14. ^
  15. packages/apps/Bluetooth/jni/com_android_bluetooth_hfp.cpp:854:58: error: cannot initialize a parameter of type 'bthf_hf_ind_type_t' with an lvalue of type 'jint' (aka 'int')
  16. if ( (status = sBluetoothHfpInterface->bind_response(anum,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement