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

Commit 33ae9f23 authored by Suprabh Shukla's avatar Suprabh Shukla Committed by Android Build Cherrypicker Worker
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
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:26d58e1533414c766c5752e5d2a237017aeb6af9)
Merged-In: Ieabd7ea363dbae5a1d0f65fb74f484a04a845ea7
Change-Id: Ieabd7ea363dbae5a1d0f65fb74f484a04a845ea7
parent e380004d
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",
}