From 358a2cde28b5c4f16cb0da6169ec30902cb6f281 Mon Sep 17 00:00:00 2001 From: Xinyi Zhou Date: Tue, 4 Jan 2022 14:52:11 -0800 Subject: [PATCH] Add nearby to java_library_with_nonpublic_deps Bug: 189954300 Test: Built Change-Id: I2feaa1327f7d45a76ac918101bd6b33a86b3a065 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index acd3b34d4e7b6..26eb06bd82b57 100644 --- a/Android.bp +++ b/Android.bp @@ -171,6 +171,7 @@ java_library_with_nonpublic_deps { "framework-supplementalprocess.stubs.module_lib", "framework-tethering.stubs.module_lib", "framework-uwb.stubs.module_lib", + "framework-nearby.stubs.module_lib", "framework-wifi.stubs.module_lib", ], soong_config_variables: { @@ -201,6 +202,7 @@ 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",