You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
505 B
21 lines
505 B
cc_library_shared {
|
|
name: "android.hardware.sensors@1.0-impl.samsung",
|
|
defaults: ["hidl_defaults"],
|
|
proprietary: true,
|
|
relative_install_path: "hw",
|
|
srcs: ["Sensors.cpp"],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
"libhardware",
|
|
"libbase",
|
|
"libutils",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"android.hardware.sensors@1.0",
|
|
],
|
|
static_libs: [
|
|
"android.hardware.sensors@1.0-convert",
|
|
"multihal",
|
|
],
|
|
}
|
|
|