scons: move cereal library exports to cereal submodule (#31617)

* cleanup-cereal

* bump
pull/31622/head
Justin Newberry 1 year ago committed by GitHub
parent 47013fd0a4
commit f293f7bad4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      SConstruct
  2. 2
      cereal

@ -96,8 +96,6 @@ lenv = {
rpath = lenv["LD_LIBRARY_PATH"].copy()
if arch == "larch64":
lenv["LD_LIBRARY_PATH"] += ['/data/data/com.termux/files/usr/lib']
cpppath = [
"#third_party/opencl/include",
]
@ -360,13 +358,6 @@ Export('common', 'gpucommon')
# Build cereal and messaging
SConscript(['cereal/SConscript'])
cereal = [File('#cereal/libcereal.a')]
messaging = [File('#cereal/libmessaging.a')]
visionipc = [File('#cereal/libvisionipc.a')]
messaging_python = [File('#cereal/messaging/messaging_pyx.so')]
Export('cereal', 'messaging', 'messaging_python', 'visionipc')
# Build other submodules
SConscript([
'body/board/SConscript',

@ -1 +1 @@
Subproject commit a4255106b7255e00ae04162f7aa14aa3cae339c3
Subproject commit 2012d9fd16f62c737951ce2d1eb19d39f0c7615f
Loading…
Cancel
Save