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

Commit 06b1d062 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "Don't link with mediametrics headers symlinks"

parents b83a44dc 25f8348c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ cc_library_shared {

    header_libs: [
        "libmedia_headers",
        "libmediametrics_headers",
    ],

    shared_libs: [
+4 −0
Original line number Diff line number Diff line
@@ -16,6 +16,10 @@ cc_binary {
        "libutils",
    ],

    header_libs: [
        "libmediametrics_headers",
    ],

    srcs: [
        "soundpool_stress.cpp"
    ],
+4 −0
Original line number Diff line number Diff line
@@ -14,6 +14,10 @@ cc_test {
        "libaudioclient",
    ],

    header_libs: [
        "libmediametrics_headers",
    ],

    cflags: [
        "-Wall",
        "-Werror",