Add com.android.nearby to platform boot classpath.
Bug: 189355156
Test: flashed a device and verified nearby jar file was present in BOOTCLASSPATH.
Change-Id: Ie6396290b05c6497ecfba13f4d3a2ca6ff6e5377
diff --git a/boot/Android.bp b/boot/Android.bp
index e8d88a5..b71f9bf 100644
--- a/boot/Android.bp
+++ b/boot/Android.bp
@@ -76,6 +76,10 @@
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",
},