Add EMMG to carry fingerprinting and service blocking info

This commit is contained in:
Lu Chen
2020-09-15 09:16:59 -07:00
parent 3d8f585313
commit 1ce468e5ba
143 changed files with 2316 additions and 17450 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",
],
)