Merge "Create cpp aidl_interface for libstatsbootstrap"
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