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

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

dnsresolver_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: I2c9ff7210eee5c96cbfac040faeeb0c8ae1c8c47
parent 9b72daa3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ aidl_interface {
        "binder/android/net/resolv/aidl/**/*.aidl",
    ],
    imports: [
        "netd_event_listener_interface",
        "netd_event_listener_interface-V1",
    ],
    backend: {
        java: {