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

Commit 58b9a11b authored by Muhammad Qureshi's avatar Muhammad Qureshi Committed by Android (Google) Code Review
Browse files

Merge "Add apex_available to statsd-aidl-ndk_platform"

parents f8bbba14 f4a77432
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",
            ],
        },
    }
}