diff options
| author | 2023-02-16 16:12:05 +0000 | |
|---|---|---|
| committer | 2023-02-16 16:12:05 +0000 | |
| commit | efc3f602bac2c984f536a5578d05f29e0cb76ee8 (patch) | |
| tree | def4047334df9705d14c1ed8f93c4ee11f431e69 | |
| parent | c847b392159c3efb887908aaa6ed3615fdb17efd (diff) | |
librpcbinder_rs and libbinder_rpc_unstable: enable use in sdv
Adds visibility to the internal sdv package.
Bug: 268187556
Test: * built and ran internal sample
Change-Id: Id6d214beea2490787a7b0c65f62ea5cd4146551c
| -rw-r--r-- | libs/binder/Android.bp | 1 | ||||
| -rw-r--r-- | libs/binder/rust/rpcbinder/Android.bp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index da87e03162..e71c46a2c6 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -555,6 +555,7 @@ cc_library { ":__subpackages__", "//packages/modules/Virtualization:__subpackages__", "//device/google/cuttlefish/shared/minidroid:__subpackages__", + "//system/software_defined_vehicle:__subpackages__", ], } diff --git a/libs/binder/rust/rpcbinder/Android.bp b/libs/binder/rust/rpcbinder/Android.bp index 38dd4fe187..668c96b1ba 100644 --- a/libs/binder/rust/rpcbinder/Android.bp +++ b/libs/binder/rust/rpcbinder/Android.bp @@ -27,6 +27,7 @@ rust_library { "//device/google/cuttlefish/shared/minidroid/sample", "//packages/modules/Uwb", "//packages/modules/Virtualization:__subpackages__", + "//system/software_defined_vehicle:__subpackages__", ], apex_available: [ "//apex_available:platform", |