Minimal build (#29600)

* add build flag for minimum build

* add minimal build

* update

* fix pj

* bump opendbc

* update subaru
This commit is contained in:
Adeeb Shihadeh
2023-08-24 14:58:30 -07:00
committed by GitHub
parent b9d77afd7e
commit 4917e22615
17 changed files with 26 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ env.Program('camerad', [
camera_obj,
], LIBS=libs)
if GetOption("test") and arch == "x86_64":
if GetOption("extras") and arch == "x86_64":
env.Program('test/ae_gray_test',
['test/ae_gray_test.cc', camera_obj],
LIBS=libs)