Craig Dooley 9f4ac2c565 Use libaoc to provide consistent timestamp calculations
Bug: 233923713
Change-Id: Iacd541815f40adef879e05d9bd8ded056e9a760d
2022-06-04 05:11:46 +00:00

26 lines
462 B
Plaintext

soong_namespace {
imports: [
"hardware/google/pixel",
],
}
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library {
name: "android.hardware.power.stats-impl.gs-common",
vendor_available: true,
export_include_dirs: ["include"],
defaults: ["powerstats_pixel_defaults"],
srcs: [
"*.cpp",
],
shared_libs: [
"android.hardware.power.stats-impl.pixel",
"libaoc",
],
}