diff options
Diffstat (limited to 'apex/apex.go')
-rw-r--r-- | apex/apex.go | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/apex/apex.go b/apex/apex.go index 29d59e589..45abbbacc 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -2386,7 +2386,7 @@ func (a *apexBundle) provideApexExportsInfo(ctx android.ModuleContext) { ProfilePathOnHost: info.ProfilePathOnHost(), LibraryNameToDexJarPathOnHost: info.DexBootJarPathMap(), } - ctx.SetProvider(android.ApexExportsInfoProvider, exports) + android.SetProvider(ctx, android.ApexExportsInfoProvider, exports) } }) } @@ -2916,15 +2916,6 @@ func makeApexAvailableBaseline() map[string][]string { "wifi-nano-protos", "wifi-service-pre-jarjar", } - // - // Module separator - // - m[android.AvailableToAnyApex] = []string{ - "libprofile-clang-extras", - "libprofile-clang-extras_ndk", - "libprofile-extras", - "libprofile-extras_ndk", - } return m } |