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

Commit 26d58e15 authored by Suprabh Shukla's avatar Suprabh Shukla
Browse files

Adding host version of net_flags_lib

This is required to annotated hostside tests with appropriate flag
requirements

Flag: TEST_ONLY

Test: atest CtsHostsideNetworkPolicyTests

Bug: 321848487
Change-Id: Ieabd7ea363dbae5a1d0f65fb74f484a04a845ea7
parent 625f6458
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",
}