Update to support OEMCrypto v16 with ODK
This commit is contained in:
@@ -17,3 +17,13 @@ cc_library(
|
||||
"endian.h",
|
||||
],
|
||||
)
|
||||
|
||||
cc_test(
|
||||
name = "endian_test",
|
||||
srcs = ["endian_test.cc"],
|
||||
deps = [
|
||||
":endian",
|
||||
"//testing:gunit_main",
|
||||
"@abseil_repo//absl/strings",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user