From 0b692d5b50434fbea095307434209e5faa06fcdf Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Fri, 7 Jan 2022 13:15:46 +0900 Subject: [PATCH] Remove nearby API surface It is being merged into the tethering/connectivity API surface, under the existing framework-connectivity-t API. Bug: 189355156 Test: m Change-Id: I5878ffc1449f0eb19abdccd34d5c8ca1f711fbc8 --- Android.bp | 1 - api/Android.bp | 1 - boot/Android.bp | 4 ---- 3 files changed, 6 deletions(-) diff --git a/Android.bp b/Android.bp index 838f304b2e8e1..e03f8449891ab 100644 --- a/Android.bp +++ b/Android.bp @@ -169,7 +169,6 @@ java_library_with_nonpublic_deps { "framework-statsd.impl", "framework-supplementalprocess.impl", "framework-tethering.impl", - "framework-nearby.impl", "framework-uwb.impl", "framework-wifi.impl", "updatable-media", diff --git a/api/Android.bp b/api/Android.bp index 3075d385f1ca1..d57f5dbdf9487 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -116,7 +116,6 @@ combined_apis { "framework-graphics", "framework-media", "framework-mediaprovider", - "framework-nearby", "framework-permission", "framework-permission-s", "framework-scheduling", diff --git a/boot/Android.bp b/boot/Android.bp index 8958d70f63cf1..55ffe7c3dda3f 100644 --- a/boot/Android.bp +++ b/boot/Android.bp @@ -79,10 +79,6 @@ platform_bootclasspath { apex: "com.android.mediaprovider", module: "com.android.mediaprovider-bootclasspath-fragment", }, - { - apex: "com.android.nearby", - module: "com.android.nearby-bootclasspath-fragment", - }, { apex: "com.android.os.statsd", module: "com.android.os.statsd-bootclasspath-fragment",