mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 17:31:58 +00:00
- Mock GnssDebug to pass the sanity check. Bug: 73845705 Test: All Gnss v1.1 VTS tests are passing on gce_x86 Change-Id: I258fb1671d2b682f471207192b8a0feb138c16ab
22 lines
507 B
Plaintext
22 lines
507 B
Plaintext
cc_binary {
|
|
name: "android.hardware.gnss@1.1-service",
|
|
init_rc: ["android.hardware.gnss@1.1-service.rc"],
|
|
relative_install_path: "hw",
|
|
vendor: true,
|
|
srcs: [
|
|
"Gnss.cpp",
|
|
"GnssDebug.cpp",
|
|
"GnssConfiguration.cpp",
|
|
"GnssMeasurement.cpp",
|
|
"service.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libutils",
|
|
"liblog",
|
|
"android.hardware.gnss@1.1",
|
|
"android.hardware.gnss@1.0",
|
|
],
|
|
}
|