From 293ed88b2f507755d5de4e64b5f074be9b01406f Mon Sep 17 00:00:00 2001 From: Roopa Sattiraju Date: Thu, 3 Feb 2022 09:07:17 -0800 Subject: Enabling Apex in BT Bug: 217736913 Test: Compile, bringup and test user journeys Change-Id: I3e796e3618ad9a077fa5e8ac387e314e896d1051 --- api/api.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'api/api.go') 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") -- cgit v1.2.3-59-g8ed1b