Allow CompOS to use DICE from C++

Bug: 218494522
Test: Builds
Change-Id: Ic5363fe73d5692f0b426932cb3027ec3960cbc85
diff --git a/diced/aidl/Android.bp b/diced/aidl/Android.bp
index b8d0c7e..75c1856 100644
--- a/diced/aidl/Android.bp
+++ b/diced/aidl/Android.bp
@@ -41,6 +41,10 @@
         ndk: {
             enabled: true,
             apps_enabled: false,
+            apex_available: [
+                "//apex_available:platform",
+                "com.android.compos",
+            ],
         }
     },
 }