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

Commit c8b7191c 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
parent 1bb03936
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,7 +15,8 @@ java_library {
    sdk_version: "current",
    min_sdk_version: "UpsideDownCake",
    apex_available: [
        "com.android.configinfrastructure"
        "com.android.configinfrastructure",
        "//apex_available:platform",
    ]
}