Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 395fcf48 authored by Devin Moore's avatar Devin Moore
Browse files

tv_tuner_aidl_interface: add android.hardware.common dependency

tv_tuner_aidl_interface imports android.hardware.common.fmq that has a
new android.hardware.common dependency.

Test: m tv_tuner_aidl_interface && m libtunerservice
Bug: 176912570
Change-Id: I5c7a0b503312a5d5dd6e1c411eac74a17c6ac9bd
parent bca2cbe2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ aidl_interface {
        ":tv_tuner_aidl",
    ],
    imports: [
        "android.hardware.common",
        "android.hardware.common.fmq",
    ],