Merge "Add filegroup of certificates"

This commit is contained in:
Cole Faust
2023-04-04 03:58:15 +00:00
committed by Gerrit Code Review

View File

@@ -0,0 +1,7 @@
filegroup(
name = "android_certificate_directory",
srcs = glob([
"*.pk8",
"*.pem",
]),
)