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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user