Move camerad to system/ (#24836)
* mv camerad * add hardware symlink * fix unit testspull/24912/head
parent
d3185a0af0
commit
6123ab3d1c
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 <algorithm> |
||||||
#include <cassert> |
#include <cassert> |
@ -1,4 +1,4 @@ |
|||||||
#include "selfdrive/camerad/cameras/camera_common.h" |
#include "system/camerad/cameras/camera_common.h" |
||||||
|
|
||||||
#include <cassert> |
#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 <cassert> |
||||||
#include <cstdio> |
#include <cstdio> |
Loading…
Reference in new issue