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