netd_aidl_interface is marked as available to platform
The lib is depended on by services.net which is part of the platform.
With b/153073816, we will be checking the availability to the platform,
i.e. platform-available module depending on platform-unavailable module
causes a build error.
Prepare for the change by correctly marking that this interface lib is
available to the platform.
Exempt-From-Owner-Approval: cherry-pick from AOSP
Bug: 153073816
Test: m
Merged-In: I971c1508b049524f3cc54b1060cf130ff66e02f3
(cherry picked from commit 973164ad82fa4c8fcca27dddeedef293ee7cf0b9)
Change-Id: I971c1508b049524f3cc54b1060cf130ff66e02f3
diff --git a/server/Android.bp b/server/Android.bp
index 509fbe5..8b28b7d 100644
--- a/server/Android.bp
+++ b/server/Android.bp
@@ -52,6 +52,7 @@
},
java: {
apex_available: [
+ "//apex_available:platform", // used from services.net
"com.android.bluetooth.updatable",
"com.android.wifi",
],