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

Commit 49d1392e authored by Jeongik Cha's avatar Jeongik Cha
Browse files

Add apex_available field in networkstack-aidl-interfaces

Instaed of updating the whitelist, add explicit apex_available field.

Bug: 133526962
Test: m nothing
Change-Id: Ia3c568d5af6c3949f40125193bc8a49b47868128
parent aa2d8a3a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -83,6 +83,13 @@ aidl_interface {
        "src/android/net/ip/IIpClientCallbacks.aidl",
    ],
    backend: {
        java: {
            apex_available: [
                "//apex_available:platform",
                "com.android.bluetooth.updatable",
                "com.android.wifi",
            ],
        },
        ndk: {
            enabled: false,
        },