Skip to content

Commit 1eb585c

Browse files
authored
Update build
1 parent bde2b6d commit 1eb585c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cc_library(
2-
name = "DC Motor Engine Control",
2+
name = "Engine Control",
33
srcs = [
4-
"autonomous_vehicle/libraries/engine_control/engine_control.h",
5-
"autonomous_vehicle/libraries/engine_control/engine_control.h",
4+
"src/engine_control.h",
5+
"src/engine_control.h",
66
],
77
includes = [
8-
"autonomous_vehicle/libraries/engine_control",
8+
"src",
99
],
1010
visibility = ["//visibility:public"],
1111
)

0 commit comments

Comments
 (0)