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

Commit 768cae60 authored by chenbruce's avatar chenbruce
Browse files

Add com.android.bluetooth.updatable to resolver apex_available

Changing dnsresolver_aidl_interface-V2-java to
dnsresolver_aidl_interface-unstable-java in upcoming CL.
Module com.android.bluetooth.updatable requires
"dnsresolver_aidl_interface-unstable-java" that is not
available for the APEX. Add com.android.bluetooth.updatable
to resolver apex_available that let
com.android.bluetooth.updatable uses previous
dnsresolver_aidl_interface-V2-java.

Bug: 149733540
Test: m -j
Merged-In: I949433b3d4f073b064e61b7106ba1cf852441c7b
Change-Id: I11b67c3816503132648fc798395aa2ea6fde14b9
parent 361bf8b3
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.bluetooth.updatable",
            ],
        },
        ndk: {
            gen_log: true,
        },