Refactor and cleanup codes. No functional changes.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
################################################################################
|
||||
# Copyright 2016 Google Inc.
|
||||
# Copyright 2016 Google LLC.
|
||||
#
|
||||
# This software is licensed under the terms defined in the Widevine Master
|
||||
# License Agreement. For a copy of this agreement, please contact
|
||||
@@ -16,8 +16,8 @@ py_binary(
|
||||
)
|
||||
|
||||
py_library(
|
||||
name = "oem_certificate_generator_helper",
|
||||
srcs = ["oem_certificate_generator_helper.py"],
|
||||
name = "oem_certificate_test_helper",
|
||||
srcs = ["oem_certificate_test_helper.py"],
|
||||
deps = [
|
||||
":oem_certificate",
|
||||
],
|
||||
@@ -28,6 +28,6 @@ py_test(
|
||||
srcs = ["oem_certificate_test.py"],
|
||||
deps = [
|
||||
":oem_certificate",
|
||||
":oem_certificate_generator_helper",
|
||||
":oem_certificate_test_helper",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user