Merge "Create cpp aidl_interface for libstatsbootstrap"

This commit is contained in:
Tej Singh
2021-12-14 18:05:14 +00:00
committed by Gerrit Code Review

View File

@@ -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 // utility classes statically linked into wifi-service
filegroup { filegroup {
name: "framework-wifi-service-shared-srcs", name: "framework-wifi-service-shared-srcs",