diff options
Diffstat (limited to 'sdk/exports_test.go')
-rw-r--r-- | sdk/exports_test.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sdk/exports_test.go b/sdk/exports_test.go index 2605fd141..9d0a24210 100644 --- a/sdk/exports_test.go +++ b/sdk/exports_test.go @@ -46,6 +46,11 @@ func TestModuleExportsSnapshot(t *testing.T) { checkAndroidBpContents(` // This is auto-generated. DO NOT EDIT. +apex_contributions_defaults { + name: "myexports.contributions", + contents: ["prebuilt_myjavalib"], +} + java_import { name: "myjavalib", prefer: false, |