Move camerad to system/ (#24836)
* mv camerad
* add hardware symlink
* fix unit tests
old-commit-hash: 6123ab3d1c
taco
parent
61e4dc0552
commit
d9d83b0225
61 changed files with 53 additions and 52 deletions
@ -1,4 +1,4 @@ |
||||
#include "selfdrive/camerad/imgproc/utils.h" |
||||
#include "system/camerad/imgproc/utils.h" |
||||
|
||||
#include <algorithm> |
||||
#include <cassert> |
@ -1,4 +1,4 @@ |
||||
#include "selfdrive/camerad/cameras/camera_common.h" |
||||
#include "system/camerad/cameras/camera_common.h" |
||||
|
||||
#include <cassert> |
||||
|
@ -1,4 +1,4 @@ |
||||
#include "selfdrive/camerad/transforms/rgb_to_yuv.h" |
||||
#include "system/camerad/transforms/rgb_to_yuv.h" |
||||
|
||||
#include <cassert> |
||||
#include <cstdio> |
Loading…
Reference in new issue