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

Commit 8466cf07 authored by Jeongik Cha's avatar Jeongik Cha Committed by Automerger Merge Worker
Browse files

Add apex_available field in networkstack-aidl-interfaces am: 49d1392e am:...

Add apex_available field in networkstack-aidl-interfaces am: 49d1392e am: abae1663 am: 3a400e84 am: 993a1b75

Change-Id: Ia637a4ddf01649b50501245a10fe0bb8c8c68596
parents c87d8768 993a1b75
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,
        },