Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 040535e7 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

libc++fs is part of libc++ now.

Bug: janitorial cleanup
Test: treehugger
Change-Id: Ie4805bebc3b10612dd94d831c16e61c58f0ea73d
parent 1077361f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -131,7 +131,6 @@ cc_library_shared {
        "libbte",
        "libbtif",
        "libbtif-core",
        "libc++fs",
        "libchrome",
        "libcutils",
        "libevent",
@@ -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*/
+0 −2
Original line number Diff line number Diff line
@@ -628,7 +628,6 @@ cc_test {
        "libbtdevice",
        "libbtif",
        "libbtif-core",
        "libc++fs",
        "libchrome",
        "libcom.android.sysprop.bluetooth.wrapped",
        "libevent",
@@ -751,7 +750,6 @@ cc_test {
        "libbtdevice",
        "libbtif",
        "libbtif-core",
        "libc++fs",
        "libchrome",
        "libcom.android.sysprop.bluetooth.wrapped",
        "libevent",
+0 −2
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@ cc_defaults {
        "libbluetooth_l2cap_pdl",
        "libbluetooth_ras_pdl",
        "libbluetooth_smp_pdl",
        "libc++fs",
    ],
    static_libs: [
        "libbase",
@@ -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",
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −3
Original line number Diff line number Diff line
@@ -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