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

Commit cb14e218 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Adding host version of net_flags_lib" into main

parents e380004d 33ae9f23
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",
}