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

Commit 5aca938e 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
Merged-In: Ia3c568d5af6c3949f40125193bc8a49b47868128
parent eb138e5d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -82,6 +82,12 @@ aidl_interface {
        "src/android/net/ip/IIpClientCallbacks.aidl",
    ],
    backend: {
        java: {
            apex_available: [
                "//apex_available:platform",
                "com.android.bluetooth.updatable",
            ],
        },
        ndk: {
            enabled: false,
        },