commit | 3cb2efbb01497f72fc3f36779c63fda2cbe0f799 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Feb 14 09:31:21 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 14 09:31:21 2022 +0000 |
tree | 6386bcfed4166872a40ab3ad48e663bd0d2bef45 | |
parent | 70bcce2dc07f62a9315bfa185af5f9d8e15b1c85 [diff] | |
parent | cdd1bebe519d66a3cb668291566fab38fa8a05af [diff] |
Merge "Allow CompOS to use DICE from C++"
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", + ], } }, }