Merge "Let aconfig protos be read by FlagFlipper" into main
This commit is contained in:
commit
9d9d6556dc
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue