loggerd cleanup (#19668)

This commit is contained in:
Adeeb Shihadeh
2021-01-07 23:08:40 -08:00
committed by GitHub
parent b8aa250efb
commit 206d072bb4
6 changed files with 125 additions and 162 deletions
+3 -3
View File
@@ -2,11 +2,11 @@ Import('env', 'arch', 'cereal', 'messaging', 'common', 'visionipc')
src = ['loggerd.cc', 'logger.cc']
libs = ['zmq', 'capnp', 'kj', 'z',
'avformat', 'avcodec', 'swscale', 'avutil',
'yuv', 'bz2', common, cereal, messaging, visionipc]
'avformat', 'avcodec', 'swscale', 'avutil',
'yuv', 'bz2', common, cereal, messaging, visionipc]
if arch in ["aarch64", "larch64"]:
src += ['encoder.c']
src += ['encoder.cc']
libs += ['OmxVenc', 'OmxCore']
if arch == "aarch64":
libs += ['cutils']