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

Commit 20d6bf9f authored by David Duarte's avatar David Duarte
Browse files

RootCanal: Remove libbase and libchrome dependency



Tag: #testing
Test: m root-canal
Change-Id: I5c39b06de93b2a1a2a46bb766c0155b982e6213e
Signed-off-by: default avatarDavid Duarte <licorne@google.com>
parent b9e91723
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -71,8 +71,6 @@ cc_library_static {
        "packages/modules/Bluetooth/system/gd",
    ],
    shared_libs: [
        "libbase",
        "libchrome",
        "liblog",
    ],
    static_libs: [
@@ -97,7 +95,6 @@ cc_library_static {
cc_test_host {
    name: "test-vendor_test_host",
    defaults: [
        "libchrome_support_defaults",
        "clang_file_coverage",
        "clang_coverage_bin",
    ],
@@ -123,6 +120,9 @@ cc_test_host {
        "libbt-rootcanal",
    ],
    cflags: [
        "-Wall",
        "-Wextra",
        "-Werror",
        "-fvisibility=hidden",
        "-DLOG_NDEBUG=1",
    ],
@@ -132,7 +132,6 @@ cc_test_host {
cc_binary_host {
    name: "root-canal",
    defaults: [
        "libchrome_support_defaults",
        "gd_clang_tidy",
    ],
    srcs: [
@@ -166,6 +165,11 @@ cc_binary_host {
        "breakpad_client",
        "libgflags",
    ],
    cflags: [
        "-Wall",
        "-Wextra",
        "-Werror",
    ],
    sanitize: {
        address: true,
        all_undefined: true,