Update to support OEMCrypto v16 with ODK

This commit is contained in:
KongQun Yang
2020-09-21 15:54:04 -07:00
parent 93265ab9d1
commit 69d813f0f1
203 changed files with 16337 additions and 2290 deletions

View File

@@ -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",
],
)