mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-23 17:23:44 +08:00
Remove czmq part 1 (#2332)
* remove czmq * remove streaming mode from loggerd * Add include for usleep old-commit-hash: a4ccfcffe8247bf467bddfb0e6c5b3eb8851e21a
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Import('env', 'cereal', 'messaging', 'arch')
|
||||
|
||||
if arch == "aarch64":
|
||||
env.Program('logcatd', 'logcatd_android.cc', LIBS=[cereal, messaging, 'cutils', 'zmq', 'czmq', 'capnp', 'kj'])
|
||||
env.Program('logcatd', 'logcatd_android.cc', LIBS=[cereal, messaging, 'cutils', 'zmq', 'capnp', 'kj'])
|
||||
else:
|
||||
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[cereal, messaging, 'zmq', 'capnp', 'kj', 'systemd', 'json11'])
|
||||
|
||||
Reference in New Issue
Block a user