Fix build to include ecmg example

This commit is contained in:
Lu Chen
2020-09-25 10:48:59 -07:00
parent 90bbcb4b4d
commit eb0b70b26b

View File

@@ -22,6 +22,13 @@ filegroup(
], ],
) )
filegroup(
name = "provisioning_sdk_binary_release_files",
srcs = [
"certificate_type.h",
],
)
cc_library( cc_library(
name = "playready_interface", name = "playready_interface",
hdrs = ["playready_interface.h"], hdrs = ["playready_interface.h"],