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

Commit f6a1feb1 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Some dependencies are host supported

Bug: 181590011
Tag: #refactor
Test: compile
Change-Id: I247a300c3ba35715b5ddb8c06523e71189ba0ab5
parent 0769e709
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -103,9 +103,13 @@ fluoride_defaults {
    name: "fluoride_defaults",
    defaults: ["fluoride_defaults_fuzzable", "fluoride_types_defaults"],
    shared_libs: [
        "libcutils",
        "libgrpc++",
        "libgrpc_wrap",
        "libstatslog"
        "libhidlbase",
        "libstatslog",
        "libutils",

    ],
    sanitize: {
        misc_undefined: ["bounds"],
@@ -124,9 +128,6 @@ fluoride_defaults {
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "libhidlbase",
                "libutils",
                "libcutils",
            ],
        },
    },