commit | a41b8ecc62e0b91357e9067243488f53c27b5209 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Fri Dec 22 00:05:04 2023 +0000 |
committer | Spandan Das <spandandas@google.com> | Fri Dec 22 00:06:05 2023 +0000 |
tree | e3dae2faf6e447928305337258c1bfc21a38540e | |
parent | 412b33a6e7af8a2794bb750fb6d71bfab3a10661 [diff] [blame] |
Update usage of SetProvider Test: go build ./apex (top of stack) Change-Id: I3259a9b88c6a22f94e41ef43e2c42d9ea56c2afb
diff --git a/apex/apex.go b/apex/apex.go index 29d59e5..3bc7d12 100644 --- a/apex/apex.go +++ b/apex/apex.go
@@ -2386,7 +2386,7 @@ ProfilePathOnHost: info.ProfilePathOnHost(), LibraryNameToDexJarPathOnHost: info.DexBootJarPathMap(), } - ctx.SetProvider(android.ApexExportsInfoProvider, exports) + android.SetProvider(ctx, android.ApexExportsInfoProvider, exports) } }) }