Files
2018-12-11 10:51:52 -08:00

20 lines
506 B
Python

################################################################################
# Copyright 2017 Google LLC.
#
# This software is licensed under the terms defined in the Widevine Master
# License Agreement. For a copy of this agreement, please contact
# widevine-licensing@google.com.
################################################################################
package(
default_visibility = ["//visibility:public"],
)
cc_library(
name = "endian",
hdrs = [
"endian.h",
],
)