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

Commit 7a733fd9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adding host version of net_flags_lib" into main

parents 5d27aa9a 26d58e15
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -9,3 +9,10 @@ java_aconfig_library {
    name: "net_flags_lib",
    aconfig_declarations: "net_flags",
}

java_aconfig_library {
    name: "net_flags_host_lib",
    aconfig_declarations: "net_flags",
    host_supported: true,
    mode: "test",
}