From f0499940462bc2ca0a2b4a7bccad677e0c0ee0ab Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Wed, 7 Apr 2021 13:22:31 +0900 Subject: [PATCH] Make service-connectivity APEX-only service-connectivity is not used by arc-services anymore, so it does not need apex_available for the platform anymore. Bug: 183691942 Test: m Change-Id: I8e7aa59e517a3694b7c4c1ed1e29f4281777b62c --- service/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/service/Android.bp b/service/Android.bp index 518f198bad..20ccf06011 100644 --- a/service/Android.bp +++ b/service/Android.bp @@ -113,7 +113,6 @@ java_library { ], jarjar_rules: "jarjar-rules.txt", apex_available: [ - "//apex_available:platform", // For arc-services "com.android.tethering", ], }