commit | cdd1bebe519d66a3cb668291566fab38fa8a05af | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Feb 09 14:50:01 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Thu Feb 10 15:04:51 2022 +0000 |
tree | 0ec4adf32f8deaa2f5b3d7fc98006ce0c1b37714 | |
parent | 21fddcd2338f7512bfaee5c3b19cdc1ae557e510 [diff] |
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", + ], } }, }