commit | 4aab4f77041d3b6f81a4cfbf2ca097de30132fc3 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Feb 09 14:49:32 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Thu Feb 10 15:05:48 2022 +0000 |
tree | 45e20992b0a23ecd190bb95f54525558e866ef82 | |
parent | f256758df4c51811ce89c1e53469c13de9c37d35 [diff] |
Allow CompOS to use DICE from C++ Bug: 218494522 Test: Builds Change-Id: Ica240e1d268403ba546d83c86596d72bacec2bdf
diff --git a/security/dice/aidl/Android.bp b/security/dice/aidl/Android.bp index 01bc91e..8c31e26 100644 --- a/security/dice/aidl/Android.bp +++ b/security/dice/aidl/Android.bp
@@ -38,6 +38,10 @@ enabled: true, }, apps_enabled: false, + apex_available: [ + "//apex_available:platform", + "com.android.compos", + ], }, rust: { enabled: true,