From 17045d956fec23c96ae0681d2afa21aa991ea004 Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Wed, 7 Apr 2021 13:34:42 +0900 Subject: [PATCH] Remove framework-connectivity from the private API No target should build against hidden symbols in framework-connectivity, as it has been moved to a mainline module that only exposes a stable API. Fixes: 182859030 Test: m Change-Id: I376531cb34696aac9fa2d278f0698565937bea65 --- Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.bp b/Android.bp index 955cfabe830a0..205512053c106 100644 --- a/Android.bp +++ b/Android.bp @@ -449,7 +449,6 @@ java_library { static_libs: [ "app-compat-annotations", "framework-minus-apex", - "framework-connectivity.impl", // TODO(b/182859030): should be removed "framework-appsearch.impl", // TODO(b/146218515): should be removed "framework-updatable-stubs-module_libs_api", ],