dnsresolver_aidl_interface is marked as available to platform

The AIDL interface 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 dependinng on
platform-unavailable module will cause a build error.

Prepare for the change by correctly marking that the interface is also
available to the platform.

Exempt-From-Owner-Approval: cherry-pick from AOSP

Bug: 153073816
Test: m

Merged-In: I69e8ebf06e71918f430c70ae1411d3bcded9f464
(cherry picked from commit 27b9a8aa5b9a2ed9a61eab3d9d818953ecef10b0)
Change-Id: I69e8ebf06e71918f430c70ae1411d3bcded9f464
diff --git a/Android.bp b/Android.bp
index be4ef71..607ef7e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,6 +25,7 @@
     backend: {
         java: {
             apex_available: [
+                "//apex_available:platform",
                 "com.android.bluetooth.updatable",
                 "com.android.wifi",
             ],