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

Commit 9622192b authored by Tej Singh's avatar Tej Singh
Browse files

Create cpp aidl_interface for libstatsbootstrap

Create aidl_interface for files needed for libstatsbootstrap.

Bug: 206644307
Test: manually verified atoms could be logged
Change-Id: Ic970e99b588c9e1494a390f6c18e7925e199d5a4
parent c0d2b740
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",