Merge "Let aconfig protos be read by FlagFlipper" into main

This commit is contained in:
Dave Mankoff
2023-10-30 15:27:33 +00:00
committed by Gerrit Code Review

View File

@@ -13,6 +13,11 @@ java_library {
type: "lite",
},
sdk_version: "current",
min_sdk_version: "UpsideDownCake",
apex_available: [
"com.android.configinfrastructure",
"//apex_available:platform",
]
}
java_library_host {