Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.07 KB | None | 0 0
  1. Export includes file: -- /home/j144df/cardinal/out/target/product/sanders/obj/EXECUTABLES/e2fsdroid_intermediates/export_includes
  2. [ 3% 2957/92788] build /home/j144df/cardinal/out/target/product/sanders/obj/SHARED_LIBRARIES/libsparse_intermediates/link_type
  3. Check module type: /home/j144df/cardinal/out/target/product/sanders/obj/SHARED_LIBRARIES/libsparse_intermediates/link_type
  4. [ 3% 2958/92788] build /home/j144df/cardinal/out/target/product/sanders/obj/EXECUTABLES/init_intermediates/builtins.o
  5. target C++: init <= system/core/init/builtins.cpp
  6. [ 3% 2959/92788] build /home/j144df/cardinal/out/target/product/sanders/obj/STATIC_LIBRARIES/libinit_sanders_intermediates/init_sanders.o
  7. FAILED: /home/j144df/cardinal/out/target/product/sanders/obj/STATIC_LIBRARIES/libinit_sanders_intermediates/init_sanders.o
  8. /bin/bash -c "(echo \"target C++: libinit_sanders <= device/motorola/sanders/init/init_sanders.cpp\" ) && (mkdir -p /home/j144df/cardinal/out/target/product/sanders/obj/STATIC_LIBRARIES/libinit_sanders_intermediates/ ) && (PWD=/proc/self/cwd /usr/local/bin/ccache prebuilts/clang/host/linux-x86/clang-4053586/bin/clang++ -I system/core/init -I device/motorola/sanders/init -I /home/j144df/cardinal/out/target/product/sanders/obj/STATIC_LIBRARIES/libinit_sanders_intermediates -I /home/j144df/cardinal/out/target/product/sanders/gen/STATIC_LIBRARIES/libinit_sanders_intermediates -I libnativehelper/include_deprecated \$(cat /home/j144df/cardinal/out/target/product/sanders/obj/STATIC_LIBRARIES/libinit_sanders_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 -I frameworks/av/include -isystem /home/j144df/cardinal/out/target/product/sanders/obj/include -isystem hardware/qcom/msm8996/kernel-headers -isystem bionic/libc/arch-arm64/include -isystem bionic/libc/include -isystem bionic/libc/kernel/uapi -isystem bionic/libc/kernel/uapi/asm-arm64 -isystem bionic/libc/kernel/android/scsi -isystem bionic/libc/kernel/android/uapi -c -fno-exceptions -Wno-multichar -fno-strict-aliasing -fstack-protector-strong -ffunction-sections -fdata-sections -funwind-tables -Wa,--noexecstack -Werror=format-security -D_FORTIFY_SOURCE=2 -fno-short-enums -no-canonical-prefixes -Werror=pointer-to-int-cast -Werror=int-to-pointer-cast -Werror=implicit-function-declaration -DNDEBUG -O2 -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 -mcpu=cortex-a53 -target aarch64-linux-android -Bprebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/bin -Wsign-promo -Wno-inconsistent-missing-override -Wno-null-dereference -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS -Wno-thread-safety-negative -fvisibility-inlines-hidden -std=gnu++14 -fno-rtti -fPIC -D_USING_LIBCXX -DANDROID_STRICT -Wall -DANDROID_TARGET=\\\"msm8953\\\" -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -Werror=address-of-temporary -Werror=return-type -MD -MF /home/j144df/cardinal/out/target/product/sanders/obj/STATIC_LIBRARIES/libinit_sanders_intermediates/init_sanders.d -o /home/j144df/cardinal/out/target/product/sanders/obj/STATIC_LIBRARIES/libinit_sanders_intermediates/init_sanders.o device/motorola/sanders/init/init_sanders.cpp )"
  9. target C++: libinit_sanders <= device/motorola/sanders/init/init_sanders.cpp
  10. device/motorola/sanders/init/init_sanders.cpp:53:5: error: use of undeclared identifier 'property_set'; did you mean 'android::init::property_set'?
  11. property_set("ro.hw.dualsim", dualsim.c_str());
  12. ^~~~~~~~~~~~
  13. android::init::property_set
  14. system/core/init/property_service.h:39:10: note: 'android::init::property_set' declared here
  15. uint32_t property_set(const std::string& name, const std::string& value);
  16. ^
  17. device/motorola/sanders/init/init_sanders.cpp:56:9: error: use of undeclared identifier 'property_set'; did you mean 'android::init::property_set'?
  18. property_set("persist.radio.multisim.config", "dsds");
  19. ^~~~~~~~~~~~
  20. android::init::property_set
  21. system/core/init/property_service.h:39:10: note: 'android::init::property_set' declared here
  22. uint32_t property_set(const std::string& name, const std::string& value);
  23. ^
  24. device/motorola/sanders/init/init_sanders.cpp:58:9: error: use of undeclared identifier 'property_set'; did you mean 'android::init::property_set'?
  25. property_set("persist.radio.multisim.config", "");
  26. ^~~~~~~~~~~~
  27. android::init::property_set
  28. system/core/init/property_service.h:39:10: note: 'android::init::property_set' declared here
  29. uint32_t property_set(const std::string& name, const std::string& value);
  30. ^
  31. device/motorola/sanders/init/init_sanders.cpp:70:5: error: use of undeclared identifier 'property_set'; did you mean 'android::init::property_set'?
  32. property_set("ro.product.model", sku.c_str());
  33. ^~~~~~~~~~~~
  34. android::init::property_set
  35. system/core/init/property_service.h:39:10: note: 'android::init::property_set' declared here
  36. uint32_t property_set(const std::string& name, const std::string& value);
  37. ^
  38. device/motorola/sanders/init/init_sanders.cpp:75:5: error: use of undeclared identifier 'property_set'; did you mean 'android::init::property_set'?
  39. property_set("ro.hw.device", device.c_str());
  40. ^~~~~~~~~~~~
  41. android::init::property_set
  42. system/core/init/property_service.h:39:10: note: 'android::init::property_set' declared here
  43. uint32_t property_set(const std::string& name, const std::string& value);
  44. ^
  45. device/motorola/sanders/init/init_sanders.cpp:76:5: error: use of undeclared identifier 'property_set'; did you mean 'android::init::property_set'?
  46. property_set("ro.hw.radio", radio.c_str());
  47. ^~~~~~~~~~~~
  48. android::init::property_set
  49. system/core/init/property_service.h:39:10: note: 'android::init::property_set' declared here
  50. uint32_t property_set(const std::string& name, const std::string& value);
  51. ^
  52. device/motorola/sanders/init/init_sanders.cpp:77:5: error: use of undeclared identifier 'property_set'; did you mean 'android::init::property_set'?
  53. property_set("ro.hw.fps", "true");
  54. ^~~~~~~~~~~~
  55. android::init::property_set
  56. system/core/init/property_service.h:39:10: note: 'android::init::property_set' declared here
  57. uint32_t property_set(const std::string& name, const std::string& value);
  58. ^
  59. 7 errors generated.
  60. [ 3% 2960/92788] build /home/j144df/cardinal/out/target/product/sanders/obj/SHARED_LIBRARIES/libext2_com_err_intermediates/link_type
  61. Check module type: /home/j144df/cardinal/out/target/product/sanders/obj/SHARED_LIBRARIES/libext2_com_err_intermediates/link_type
  62. [ 3% 2961/92788] build /home/j144df/cardinal/out/target/product/sanders/obj/SHARED_LIBRARIES/libext2_uuid_intermediates/link_type
  63. Check module type: /home/j144df/cardinal/out/target/product/sanders/obj/SHARED_LIBRARIES/libext2_uuid_intermediates/link_type
  64. [ 3% 2962/92788] build /home/j144df/cardinal/out/target/product/sanders/obj/SHARED_LIBRARIES/libext2fs_intermediates/export_includes
  65. Export includes file: -- /home/j144df/cardinal/out/target/product/sanders/obj/SHARED_LIBRARIES/libext2fs_intermediates/export_includes
  66. [ 3% 2963/92788] build /home/j144df/cardinal/out/target/product/sanders/obj/EXECUTABLES/init_intermediates/watchdogd.o
  67. target C++: init <= system/core/init/watchdogd.cpp
  68. [ 3% 2964/92788] build /home/j144df/cardinal/out/target/product/sanders/obj/EXECUTABLES/init_intermediates/reboot.o
  69. target C++: init <= system/core/init/reboot.cpp
  70. [ 3% 2965/92788] build /home/j144df/cardinal/out/target/product/sanders/obj/EXECUTABLES/init_intermediates/ueventd.o
  71. target C++: init <= system/core/init/ueventd.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement