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

Commit 76035f67 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: I0deb117ac7600973f97aff7a5606363fc1a00a94
Change-Id: I2f90efa409117159c2297d5c4e8885d0643d65c0
parent b6402aea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ aidl_interface {
    backend: {
        java: {
            apex_available: [
                "com.android.bluetooth.updatable",
                "com.android.wifi",
            ],
        },