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

Commit 60efd7da 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: 35d612b5

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

Change-Id: Iedf9b2f6b65f818f4f3e26b395ea44a25945204f
parents eabf24b2 35d612b5
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",