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

Commit 41743cfc authored by Tej Singh's avatar Tej Singh Committed by Automerger Merge Worker
Browse files

Merge "Create cpp aidl_interface for libstatsbootstrap" am: 10d4400c am:...

Merge "Create cpp aidl_interface for libstatsbootstrap" am: 10d4400c am: 35d612b5 am: 60efd7da am: 4019956e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1917997

Change-Id: I80b83cd8ed78ebf14b0a52892fb46bfd6477e3df
parents f9c21bbe 4019956e
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",