commit | e2f0e29f5ccf720ba905e8fc5c9f2e6efa2ad20d | [log] [tgz] |
---|---|---|
author | Android Build Prod User <android-build-prod@system.gserviceaccount.com> | Wed Aug 25 16:24:29 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Aug 25 16:24:29 2021 +0000 |
tree | d0998cd58e632daf0ab1227a0f759c057d4f6f5e | |
parent | c1f2729b8490e3d90d8d40570b8627e021135f7c [diff] | |
parent | b82cecec272715ccf00863cc6ea3970ba1635022 [diff] |
Merge "Added rust stubs for HAL. Test: mmm hardware/interfaces/uwb Bug: 197341298"
diff --git a/uwb/aidl/Android.bp b/uwb/aidl/Android.bp index 6cf5188..989815e 100755 --- a/uwb/aidl/Android.bp +++ b/uwb/aidl/Android.bp
@@ -23,9 +23,16 @@ enabled: true, }, apex_available: [ - "com.android.uwb", + "com.android.uwb", ], min_sdk_version: "current", }, + rust: { + enabled: true, + apex_available: [ + "//apex_available:platform", + "com.android.uwb", + ], + }, }, }