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

Commit 962fb959 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Add host support for embdrv/

Test: compile
Change-Id: I2b52c3012c37dfa19e49812c3b217b8716765437
parent e891ac08
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,4 +19,5 @@ cc_library_static {
        "g722_decode.cc",
        "g722_encode.cc",
    ],
    host_supported: true,
}
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ cc_library_static {
        "include",
        "srce",
    ],
    host_supported: true,
}

cc_fuzz {
+1 −0
Original line number Diff line number Diff line
@@ -29,4 +29,5 @@ cc_library_static {
        "packages/modules/Bluetooth/system/internal_include",
        "packages/modules/Bluetooth/system/stack/include",
    ],
    host_supported: true,
}