Move device to a separate build target
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
cc_library(
|
||||
name = "device",
|
||||
srcs = glob(["*.c"]),
|
||||
hdrs = glob(["*.h"]),
|
||||
visibility = ["//visibility:public"]
|
||||
)
|
||||
Reference in New Issue
Block a user