Loading android/app/Android.bp +0 −2 Original line number Diff line number Diff line Loading @@ -131,7 +131,6 @@ cc_library_shared { "libbte", "libbtif", "libbtif-core", "libc++fs", "libchrome", "libcutils", "libevent", Loading Loading @@ -192,7 +191,6 @@ cc_library { "libosi", "libbluetooth-types", "libc++fs", ], cflags: [ /* we export all classes, so change default visibility, instead of having EXPORT_SYMBOL on each class*/ Loading system/btif/Android.bp +0 −2 Original line number Diff line number Diff line Loading @@ -628,7 +628,6 @@ cc_test { "libbtdevice", "libbtif", "libbtif-core", "libc++fs", "libchrome", "libcom.android.sysprop.bluetooth.wrapped", "libevent", Loading Loading @@ -751,7 +750,6 @@ cc_test { "libbtdevice", "libbtif", "libbtif-core", "libc++fs", "libchrome", "libcom.android.sysprop.bluetooth.wrapped", "libevent", Loading system/gd/Android.bp +0 −2 Original line number Diff line number Diff line Loading @@ -168,7 +168,6 @@ cc_defaults { "libbluetooth_l2cap_pdl", "libbluetooth_ras_pdl", "libbluetooth_smp_pdl", "libc++fs", ], static_libs: [ "libbase", Loading Loading @@ -498,7 +497,6 @@ cc_test { "libbt-platform-protos-lite", "libbt_shim_bridge", "libbt_shim_ffi", "libc++fs", "libchrome", "libcom.android.sysprop.bluetooth.wrapped", "libflagtest", Loading system/gd/os/linux_generic/files.cc +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ bool WriteToFile(const std::string& path, const std::string& data) { const std::string temp_path = path + ".new"; // Extract directory from file path (e.g. /data/misc/bluedroid). // libc++fs is not supported in APEX yet and hence cannot use std::filesystem::path::parent_path // TODO: switch to std::filesystem::path::parent_path std::string directory_path; { // Make a temporary variable as inputs to dirname() will be modified and return value points to input char array Loading system/gd/packet/parser/Android.bp +0 −3 Original line number Diff line number Diff line Loading @@ -45,9 +45,6 @@ cc_binary_host { "struct_def.cc", "struct_parser_generator.cc", ], static_libs: [ "libc++fs", ], yacc: { gen_location_hh: true, gen_position_hh: true, Loading Loading
android/app/Android.bp +0 −2 Original line number Diff line number Diff line Loading @@ -131,7 +131,6 @@ cc_library_shared { "libbte", "libbtif", "libbtif-core", "libc++fs", "libchrome", "libcutils", "libevent", Loading Loading @@ -192,7 +191,6 @@ cc_library { "libosi", "libbluetooth-types", "libc++fs", ], cflags: [ /* we export all classes, so change default visibility, instead of having EXPORT_SYMBOL on each class*/ Loading
system/btif/Android.bp +0 −2 Original line number Diff line number Diff line Loading @@ -628,7 +628,6 @@ cc_test { "libbtdevice", "libbtif", "libbtif-core", "libc++fs", "libchrome", "libcom.android.sysprop.bluetooth.wrapped", "libevent", Loading Loading @@ -751,7 +750,6 @@ cc_test { "libbtdevice", "libbtif", "libbtif-core", "libc++fs", "libchrome", "libcom.android.sysprop.bluetooth.wrapped", "libevent", Loading
system/gd/Android.bp +0 −2 Original line number Diff line number Diff line Loading @@ -168,7 +168,6 @@ cc_defaults { "libbluetooth_l2cap_pdl", "libbluetooth_ras_pdl", "libbluetooth_smp_pdl", "libc++fs", ], static_libs: [ "libbase", Loading Loading @@ -498,7 +497,6 @@ cc_test { "libbt-platform-protos-lite", "libbt_shim_bridge", "libbt_shim_ffi", "libc++fs", "libchrome", "libcom.android.sysprop.bluetooth.wrapped", "libflagtest", Loading
system/gd/os/linux_generic/files.cc +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ bool WriteToFile(const std::string& path, const std::string& data) { const std::string temp_path = path + ".new"; // Extract directory from file path (e.g. /data/misc/bluedroid). // libc++fs is not supported in APEX yet and hence cannot use std::filesystem::path::parent_path // TODO: switch to std::filesystem::path::parent_path std::string directory_path; { // Make a temporary variable as inputs to dirname() will be modified and return value points to input char array Loading
system/gd/packet/parser/Android.bp +0 −3 Original line number Diff line number Diff line Loading @@ -45,9 +45,6 @@ cc_binary_host { "struct_def.cc", "struct_parser_generator.cc", ], static_libs: [ "libc++fs", ], yacc: { gen_location_hh: true, gen_position_hh: true, Loading