fix unused dt entry on android (#2160)

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 9418b710a7
This commit is contained in:
Adeeb Shihadeh
2020-09-22 14:46:37 -07:00
committed by GitHub
parent f374da3da2
commit bbf6042c5a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
Import('env', 'arch', 'cereal', 'messaging', 'common', 'gpucommon', 'visionipc')
lenv = env.Clone()
libs = [cereal, messaging, common, 'OpenCL', 'SNPE', 'capnp', 'zmq', 'kj', 'yuv', gpucommon, visionipc]
libs = [cereal, messaging, common, 'OpenCL', 'SNPE', 'symphony-cpu', 'capnp', 'zmq', 'kj', 'yuv', gpucommon, visionipc]
TEST_THNEED = False