This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
dragonpilot
mirror of
https://github.com/dragonpilot-community/dragonpilot.git
Watch
1
Star
0
Fork
You've already forked dragonpilot
0
Code
Issues
6
Packages
Projects
Releases
Wiki
Activity
dragonpilot - 基於 openpilot 的開源駕駛輔助系統
2244
Commits
42
Branches
64
Tags
7.0 GiB
Tree:
bf8ef0251d
dragonpilot
/
phonelibs
/
SConscript
5 lines
96 B
Raw
Normal View
History
Unescape
Escape
bring over phonelibs minus frida-gum and qsml
6 years ago
Import
(
'
env
'
)
env
.
Library
(
'
json11
'
,
[
'
json11/json11.cpp
'
]
)
env
.
Append
(
CPPPATH
=
[
Dir
(
'
json11
'
)
]
)