diff options
author | Deyao Ren <deyaoren@google.com> | 2022-05-03 23:29:35 +0000 |
---|---|---|
committer | Deyao Ren <deyaoren@google.com> | 2022-05-03 23:36:10 +0000 |
commit | a16302f8f397ec554555d2a73f586b642deeebae (patch) | |
tree | e137c79cf16aa9ed02fc111640804fd5eb82d6fb /audio | |
parent | d395ddb7dc29657cdc059077081a9b9c120948ee (diff) | |
parent | 3315af9de816caaf85e983d51c56fb5b5c22ee06 (diff) |
Merge TP1A.220422.001
Change-Id: Ic995758f9abfaf9d0ac14cfe1d182387f988e42c
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aidl/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/aidl/Android.bp b/audio/aidl/Android.bp index 46d177f79d..0b5b99340a 100644 --- a/audio/aidl/Android.bp +++ b/audio/aidl/Android.bp @@ -33,7 +33,7 @@ aidl_interface { "android/hardware/audio/common/SourceMetadata.aidl", ], imports: [ - "android.media.audio.common.types", + "android.media.audio.common.types-V1", ], stability: "vintf", backend: { |