Add new compat_configs property to the apex

Bug: 182816033
Test: m nothing
Change-Id: I485d7b178c0ed17e336a6ac2a13e8313426f374b
This commit is contained in:
Paul Duffin
2021-03-15 19:32:23 +00:00
parent a369c7b50d
commit 3abc174cfd
2 changed files with 32 additions and 15 deletions

View File

@@ -5995,7 +5995,7 @@ func TestCompatConfig(t *testing.T) {
apex {
name: "myapex",
key: "myapex.key",
prebuilts: ["myjar-platform-compat-config"],
compat_configs: ["myjar-platform-compat-config"],
java_libs: ["myjar"],
updatable: false,
}