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

Commit 7ccd3de6 authored by Steven Moreland's avatar Steven Moreland
Browse files

fmq: use versions for imports

This makes sure that when developers add a new version of an interface,
or when interfaces are being frozen, the runtime/buildtime situation of
clients depending on those interfaces remains the same. This is required
for AIDL to continue working at scale.

Bug: 188871598
Test: build
Change-Id: I2a30859548cd676f9329007590a53c4916a1c0ef
parent 994a3856
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ aidl_interface {
        "android/hardware/common/fmq/*.aidl",
    ],
    imports: [
        "android.hardware.common",
        "android.hardware.common-V2",
    ],
    stability: "vintf",
    backend: {