Merge "Create cpp aidl_interface for libstatsbootstrap" am: 10d4400cb7 am: 35d612b5ec

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

Change-Id: Iedf9b2f6b65f818f4f3e26b395ea44a25945204f
This commit is contained in:
Tej Singh
2021-12-14 18:41:05 +00:00
committed by Automerger Merge Worker

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
filegroup {
name: "framework-wifi-service-shared-srcs",