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

Commit 0e0c3dec authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Let aconfig protos be read by FlagFlipper

Bug: 307526764
Test: manually built
Change-Id: I689a15cc8c97a814df6f8e45bcf7f732d1693835
Merged-In: I689a15cc8c97a814df6f8e45bcf7f732d1693835
parent a997e480
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,11 @@ java_library {
        type: "lite",
        type: "lite",
    },
    },
    sdk_version: "current",
    sdk_version: "current",
    min_sdk_version: "UpsideDownCake",
    apex_available: [
        "com.android.configinfrastructure",
        "//apex_available:platform",
    ]
}
}


java_library_host {
java_library_host {