diff options
author | 2022-02-03 09:07:17 -0800 | |
---|---|---|
committer | 2022-02-24 20:42:33 +0000 | |
commit | 293ed88b2f507755d5de4e64b5f074be9b01406f (patch) | |
tree | 46688ab0fa18d75bec821c7711ed263481d7fb58 /api/api.go | |
parent | b031e081040aa1e95fdaf9620e4c7894c476dc18 (diff) |
Enabling Apex in BT
Bug: 217736913
Test: Compile, bringup and test user journeys
Change-Id: I3e796e3618ad9a077fa5e8ac387e314e896d1051
Diffstat (limited to 'api/api.go')
-rw-r--r-- | api/api.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/api.go b/api/api.go index 5e5f60ee993f..94bccaaa8250 100644 --- a/api/api.go +++ b/api/api.go @@ -203,8 +203,6 @@ func createMergedSystemStubs(ctx android.LoadHookContext, modules []string) { func createMergedFrameworkImpl(ctx android.LoadHookContext, modules []string) { // This module is for the "framework-all" module, which should not include the core libraries. modules = removeAll(modules, core_libraries_modules) - // TODO(b/214988855): remove the line below when framework-bluetooth has an impl jar. - modules = remove(modules, "framework-bluetooth") props := libraryProps{} props.Name = proptools.StringPtr("all-framework-module-impl") props.Static_libs = transformArray(modules, "", ".impl") |