Merge changes from topic "aidl_freeze_tm" into tm-dev am: 18ba537008

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/17776586

Change-Id: I6573d35f833e5323f3e92d0981710eb5eff9ce9e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jiyong Park
2022-04-20 16:19:34 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 3 deletions

View File

@@ -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: {

View File

@@ -14,8 +14,8 @@ aidl_interface {
vendor_available: true,
srcs: ["android/hardware/automotive/audiocontrol/*.aidl"],
imports: [
"android.hardware.audio.common",
"android.media.audio.common.types",
"android.hardware.audio.common-V1",
"android.media.audio.common.types-V1",
],
stability: "vintf",
backend: {