forked from flowdriveai/flowpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
19 lines (19 loc) · 727 Bytes
/
Copy pathsettings.gradle
File metadata and controls
19 lines (19 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include 'headless', 'android', 'desktop'
include ':ui'
project(':ui').projectDir = file('selfdrive/ui')
include ':messaging'
project(':messaging').projectDir = file('cereal/messaging')
include ':definitions'
project(':definitions').projectDir = file('cereal')
include ':modeld'
project(':modeld').projectDir = file('selfdrive/modeld')
include ':sensord'
project(':sensord').projectDir = file('selfdrive/sensord')
include ':launcher'
project(':launcher').projectDir = file('selfdrive/launcher')
include ':calibration'
project(':calibration').projectDir = file('selfdrive/calibration')
include ':common'
project(':common').projectDir = file('common')
include ':hardware'
project(':hardware').projectDir = file('system/hardware')