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

Commit e1140ae9 authored by Jiyong Park's avatar Jiyong Park
Browse files

ipmemorystore-aidl-interfaces is marked as available to platform

The lib is depended on by NetworkStackNext which is part of the platform.
With b/153073816, we will be checking the availability to the platform,
i.e. platform-available module depending on platform-unavailable module
causes a build error.

Prepare for the change by correctly marking that this interface lib is
available to the platform.

Bug: 153073816
Test: m
Change-Id: I946c9c874b381a8679071f87060d4e4739875f82
parent a8782392
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -25,7 +25,10 @@ aidl_interface {
    ],
    backend: {
        java: {
            apex_available: ["com.android.wifi",],
            apex_available: [
                "//apex_available:platform",
                "com.android.wifi",
            ],
        },
        ndk: {
            enabled: false,