liblocationd: No longer used (#29909)

remove liblocationd
old-commit-hash: 01011c6c1d8a211092d8f90658497f50ebd06bf1
This commit is contained in:
Vivek Aithal
2023-09-13 18:59:32 -07:00
committed by GitHub
parent e09216088e
commit 370d912053
4 changed files with 1 additions and 156 deletions
+1 -5
View File
@@ -7,8 +7,4 @@ locationd_sources = ["locationd.cc", "models/live_kf.cc", ekf_sym_cc]
lenv = env.Clone()
lenv["_LIBFLAGS"] += f' {libkf[0].get_labspath()}'
locationd = lenv.Program("locationd", locationd_sources, LIBS=loc_libs + transformations)
lenv.Depends(locationd, libkf)
if File("liblocationd.cc").exists():
liblocationd = lenv.SharedLibrary("liblocationd", ["liblocationd.cc"] + locationd_sources, LIBS=loc_libs + transformations)
lenv.Depends(liblocationd, libkf)
lenv.Depends(locationd, libkf)