diff options
author | 2020-08-04 19:06:08 +0000 | |
---|---|---|
committer | 2020-08-04 19:06:08 +0000 | |
commit | ea3574b5fab70527d23f834f34f1583eee6e900f (patch) | |
tree | 5a03bb8f65a8ec5378a60c2211f5cc69c07f072a /apex/apex_test.go | |
parent | 89e4882d3764dc5c749a630b22381d9ead761500 (diff) | |
parent | d22a84a88bf500c29f4d52ff604b64309ba7a0d9 (diff) |
Merge "Support com.android.gki.* in apex_available."
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r-- | apex/apex_test.go | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go index bfd7dfe6a..a6f380513 100644 --- a/apex/apex_test.go +++ b/apex/apex_test.go @@ -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 { |