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

Commit 10d4400c authored by Tej Singh's avatar Tej Singh Committed by Gerrit Code Review
Browse files

Merge "Create cpp aidl_interface for libstatsbootstrap"

parents 99ada16f 9622192b
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -399,6 +399,21 @@ filegroup {
    ],
}

aidl_interface {
    name: "android.os.statsbootstrap_aidl",
    unstable: true,
    srcs: [
        "android/os/IStatsBootstrapAtomService.aidl",
        "android/os/StatsBootstrapAtom.aidl",
        "android/os/StatsBootstrapAtomValue.aidl",
    ],
    backend: {
        cpp: {
            enabled: true,
        },
    },
}

// utility classes statically linked into wifi-service
filegroup {
    name: "framework-wifi-service-shared-srcs",