remove internal rawgps (#1252)

old-commit-hash: ee7234485b4a11cfbe4fa218ed3542a1691bd903
This commit is contained in:
Willem Melching
2020-03-18 11:40:22 -07:00
committed by GitHub
parent c3d7d8d6af
commit bb112dd2f3
5 changed files with 1 additions and 1207 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ Import('env', 'common', 'messaging')
env.Program('_sensord', 'sensors.cc', LIBS=['hardware', common, 'json', messaging, 'capnp', 'zmq', 'kj'])
lenv = env.Clone()
lenv['LIBPATH'] += ['/system/vendor/lib64']
lenv.Program('_gpsd', ['gpsd.cc', 'rawgps.cc'], LIBS=['hardware', common, 'diag', 'time_genoff', 'json', messaging, 'capnp', 'zmq', 'kj'])
lenv.Program('_gpsd', ['gpsd.cc'], LIBS=['hardware', common, 'diag', 'time_genoff', 'json', messaging, 'capnp', 'zmq', 'kj'])