diff options
| author | 2022-09-23 09:33:45 +0000 | |
|---|---|---|
| committer | 2022-09-23 09:33:45 +0000 | |
| commit | 565d99a80f563fab26138c8af65800139649b782 (patch) | |
| tree | 0c6e2f31d93d77116952abb50e9e9f563c73c08e | |
| parent | 0a8ae9b164026935c75e3de08fa4f3c09d8d6413 (diff) | |
| parent | 38a4b0feb8b2383bd31714ef0a9f212205458da2 (diff) | |
Merge "Add RemoteKeyProvisioning apex 'com.android.rkpd'"
| -rw-r--r-- | libs/binder/rust/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/binder/rust/Android.bp b/libs/binder/rust/Android.bp index 0ec618352a..a135796179 100644 --- a/libs/binder/rust/Android.bp +++ b/libs/binder/rust/Android.bp @@ -30,6 +30,7 @@ rust_library { apex_available: [ "//apex_available:platform", "com.android.compos", + "com.android.rkpd", "com.android.uwb", "com.android.virt", ], @@ -80,6 +81,7 @@ rust_library { apex_available: [ "//apex_available:platform", "com.android.compos", + "com.android.rkpd", "com.android.uwb", "com.android.virt", ], @@ -138,6 +140,7 @@ rust_bindgen { apex_available: [ "//apex_available:platform", "com.android.compos", + "com.android.rkpd", "com.android.uwb", "com.android.virt", ], |