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

Commit 168bddc7 authored by David Duarte's avatar David Duarte
Browse files

Remove libchrome_shared_support_defaults

Bug: 279502784
Test: TreeHugger
Change-Id: I80939a57d48a00f542bb468555c75a1d7b740f02
parent 51095246
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,8 @@ package {

cc_defaults {
    name: "audio_a2dp_hw_defaults",
    defaults: ["libchrome_shared_support_defaults"],
    defaults: ["fluoride_common_options"],
    shared_libs: ["libchrome"],
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/audio_a2dp_hw/include",
+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,8 @@ package {

cc_defaults {
    name: "audio_hearing_aid_hw_defaults",
    defaults: ["libchrome_shared_support_defaults"],
    defaults: ["fluoride_common_options"],
    shared_libs: ["libchrome"],
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/gd",
+0 −12
Original line number Diff line number Diff line
@@ -54,18 +54,6 @@ cc_defaults {
    },
}

// default to be used only on platform libs that can rely on shared libchrome
cc_defaults {
    name: "libchrome_shared_support_defaults",
    defaults: ["fluoride_common_options"],
    shared_libs: ["libchrome"],
    target: {
        darwin: {
            enabled: false,
        },
    },
}

// Fuzzable defaults are the subset of defaults that are used in fuzzing, which
// requires no shared libraries, and no explicit sanitization.
cc_defaults {