From 4aab4f77041d3b6f81a4cfbf2ca097de30132fc3 Mon Sep 17 00:00:00 2001 From: Alan Stokes Date: Wed, 9 Feb 2022 14:49:32 +0000 Subject: [PATCH] Allow CompOS to use DICE from C++ Bug: 218494522 Test: Builds Change-Id: Ica240e1d268403ba546d83c86596d72bacec2bdf --- security/dice/aidl/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/dice/aidl/Android.bp b/security/dice/aidl/Android.bp index 01bc91e5eb..8c31e26fe9 100644 --- a/security/dice/aidl/Android.bp +++ b/security/dice/aidl/Android.bp @@ -38,6 +38,10 @@ aidl_interface { enabled: true, }, apps_enabled: false, + apex_available: [ + "//apex_available:platform", + "com.android.compos", + ], }, rust: { enabled: true,