Merge "Support com.android.gki.* in apex_available."

This commit is contained in:
Yifan Hong
2020-08-04 19:06:08 +00:00
committed by Gerrit Code Review
2 changed files with 13 additions and 3 deletions

View File

@@ -414,7 +414,14 @@ func TestBasicApex(t *testing.T) {
system_shared_libs: [],
static_executable: true,
stl: "none",
apex_available: [ "myapex" ],
apex_available: [ "myapex", "com.android.gki.*" ],
}
apex {
name: "com.android.gki.fake",
binaries: ["foo"],
key: "myapex.key",
file_contexts: ":myapex-file_contexts",
}
cc_library_shared {