commit | 32d4d7eab241102242a83254dcb183e9bf64b208 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Jan 17 10:38:01 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Mon Jan 17 15:50:11 2022 +0000 |
tree | 01dad760db41296c342fa7c63411b4a80aac22b1 | |
parent | ea791562786c1735bb7410626dc9279f09d72e56 [diff] |
Allow CompOS to use DICE Bug: 214233409 Test: Builds Change-Id: I0039051050af080d445b75adf403b1d6d508283b
diff --git a/diced/aidl/Android.bp b/diced/aidl/Android.bp index 2fedc3c..b8d0c7e 100644 --- a/diced/aidl/Android.bp +++ b/diced/aidl/Android.bp
@@ -33,6 +33,10 @@ }, rust: { enabled: true, + apex_available: [ + "//apex_available:platform", + "com.android.compos", + ], }, ndk: { enabled: true,