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

Commit 3c2b91c9 authored by chenbruce's avatar chenbruce
Browse files

Add apex_available to resolver

Apex module "com.android.wifi" only exists in internal master.
If we use dnsresolver_aidl_interface-unstable-java, it would cause
build error.

Bug: 149733540
Test: m -j
Change-Id: I38d922e07b32d415755c66ddeb97c44aa816e0c2
parent a64455b6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -23,6 +23,11 @@ aidl_interface {
        "netd_event_listener_interface",
    ],
    backend: {
        java: {
            apex_available: [
                "com.android.wifi",
            ],
        },
        ndk: {
            gen_log: true,
        },