25 lines
444 B
Plaintext
25 lines
444 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",
|
||
|
],
|
||
|
}
|