diff options
author | Roshan Pius <rpius@google.com> | 2021-08-11 15:16:40 -0700 |
---|---|---|
committer | Roshan Pius <rpius@google.com> | 2021-08-11 15:32:42 -0700 |
commit | b3fd970108021ef457aaa3d1e4d67940931f6cf0 (patch) | |
tree | eaf2288db9359d114bbe90716a6ae945b2bab444 /uwb | |
parent | ef861b7654b2847e8b2fc941db46637a34339993 (diff) |
uwb: Allow uwb apex to include HAL
Bug: 188911079
Test: Compiles
Change-Id: I70d0d02f7b6d09f0e86ca392fef3d7876de4f0d8
Diffstat (limited to 'uwb')
-rwxr-xr-x | uwb/aidl/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uwb/aidl/Android.bp b/uwb/aidl/Android.bp index e3b081bea1..6cf51886be 100755 --- a/uwb/aidl/Android.bp +++ b/uwb/aidl/Android.bp @@ -22,6 +22,10 @@ aidl_interface { vndk: { enabled: true, }, + apex_available: [ + "com.android.uwb", + ], + min_sdk_version: "current", }, }, } |