From b82cecec272715ccf00863cc6ea3970ba1635022 Mon Sep 17 00:00:00 2001 From: ziyiw Date: Tue, 24 Aug 2021 17:57:51 +0000 Subject: [PATCH] Added rust stubs for HAL. Test: mmm hardware/interfaces/uwb Bug: 197341298 Change-Id: I6c08d7e5536c537709f07b618326f9c336c02b55 --- uwb/aidl/Android.bp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/uwb/aidl/Android.bp b/uwb/aidl/Android.bp index 6cf51886be..989815e675 100755 --- a/uwb/aidl/Android.bp +++ b/uwb/aidl/Android.bp @@ -23,9 +23,16 @@ aidl_interface { 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", + ], + }, }, }