diff options
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 { |