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

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

Change-Id: Ie2ab1567d9747bc067a3bc31f93a6b7ebcb0d145
This commit is contained in:
Tej Singh
2021-12-14 18:24:41 +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",