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

Commit de5b6eb3 authored by Jiyong Park's avatar Jiyong Park Committed by Android (Google) Code Review
Browse files

Merge "Build libwifi-hal-* modules only for the first arch"

parents 96d97d65 3ab5c901
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ cc_library_static {
    name: "android.hardware.wifi@1.0-service-lib",
    defaults: ["android.hardware.wifi@1.0-service-cppflags-defaults"],
    proprietary: true,
    compile_multilib: "first",
    cppflags: [
        "-Wall",
        "-Werror",
@@ -183,6 +184,7 @@ cc_binary {
cc_test {
    name: "android.hardware.wifi@1.0-service-tests",
    proprietary: true,
    compile_multilib: "first",
    cppflags: [
        "-Wall",
        "-Werror",