mirror of https://github.com/commaai/openpilot.git
scons: move cereal library exports to cereal submodule (#31617)
* cleanup-cereal
* bump
old-commit-hash: f293f7bad4
This commit is contained in:
parent
61d9254b3c
commit
73e5810eae
|
@ -96,8 +96,6 @@ lenv = {
|
||||||
rpath = lenv["LD_LIBRARY_PATH"].copy()
|
rpath = lenv["LD_LIBRARY_PATH"].copy()
|
||||||
|
|
||||||
if arch == "larch64":
|
if arch == "larch64":
|
||||||
lenv["LD_LIBRARY_PATH"] += ['/data/data/com.termux/files/usr/lib']
|
|
||||||
|
|
||||||
cpppath = [
|
cpppath = [
|
||||||
"#third_party/opencl/include",
|
"#third_party/opencl/include",
|
||||||
]
|
]
|
||||||
|
@ -360,13 +358,6 @@ Export('common', 'gpucommon')
|
||||||
# Build cereal and messaging
|
# Build cereal and messaging
|
||||||
SConscript(['cereal/SConscript'])
|
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
|
# Build other submodules
|
||||||
SConscript([
|
SConscript([
|
||||||
'body/board/SConscript',
|
'body/board/SConscript',
|
||||||
|
|
2
cereal
2
cereal
|
@ -1 +1 @@
|
||||||
Subproject commit a4255106b7255e00ae04162f7aa14aa3cae339c3
|
Subproject commit 2012d9fd16f62c737951ce2d1eb19d39f0c7615f
|
Loading…
Reference in New Issue