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

Commit b79cffe6 authored by Steven Moreland's avatar Steven Moreland
Browse files

networkstack aidl: 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: I564605ac7f62a8f5b64d540f4cb310336954acff
parent 662f1ea1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ aidl_interface {
            enabled: false,
        },
    },
    imports: ["ipmemorystore-aidl-interfaces"],
    imports: ["ipmemorystore-aidl-interfaces-V10"],
    versions: [
        "1",
        "2",