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

Commit 34c9da94 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.

Exempt-From-Owner-Approval: cherry-pick from AOSP

Bug: 153073816
Test: m
Merged-In: I946c9c874b381a8679071f87060d4e4739875f82
(cherry picked from commit e1140ae9)
Change-Id: I946c9c874b381a8679071f87060d4e4739875f82
parent 4ce6346a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -24,6 +24,11 @@ aidl_interface {
        "src/android/net/ipmemorystore/**/*.aidl",
    ],
    backend: {
        java: {
            apex_available: [
                "//apex_available:platform",
            ],
        },
        ndk: {
            enabled: false,
        },