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

Commit f4a77432 authored by Ruchir Rastogi's avatar Ruchir Rastogi Committed by Muhammad Qureshi
Browse files

Add apex_available to statsd-aidl-ndk_platform

Test: m
Change-Id: I6ecb2e98eb1ee7cc0740f4205b5d269162c78a3c
parent e01d126a
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -38,6 +38,13 @@ aidl_interface {
        },
        ndk: {
            enabled: true,
        }
            apex_available: [
                // TODO(b/145923087): Remove this once statsd binary is in apex
                "//apex_available:platform",

                "com.android.os.statsd",
                "test_com.android.os.statsd",
            ],
        },
    }
}