Yu-Han Yang | 73f16ad | 2018-02-24 10:05:32 -0800 | [diff] [blame^] | 1 | cc_binary { |
2 | name: "android.hardware.gnss@1.1-service", | ||||
3 | init_rc: ["android.hardware.gnss@1.1-service.rc"], | ||||
4 | relative_install_path: "hw", | ||||
5 | vendor: true, | ||||
6 | srcs: [ | ||||
7 | "Gnss.cpp", | ||||
8 | "GnssConfiguration.cpp", | ||||
9 | "GnssMeasurement.cpp", | ||||
10 | "service.cpp", | ||||
11 | ], | ||||
12 | shared_libs: [ | ||||
13 | "libhidlbase", | ||||
14 | "libhidltransport", | ||||
15 | "libutils", | ||||
16 | "liblog", | ||||
17 | "android.hardware.gnss@1.1", | ||||
18 | "android.hardware.gnss@1.0", | ||||
19 | ], | ||||
20 | } |