Merge "Add filegroup of certificates"
This commit is contained in:
7
target/product/security/BUILD.bazel
Normal file
7
target/product/security/BUILD.bazel
Normal file
@@ -0,0 +1,7 @@
|
||||
filegroup(
|
||||
name = "android_certificate_directory",
|
||||
srcs = glob([
|
||||
"*.pk8",
|
||||
"*.pem",
|
||||
]),
|
||||
)
|
Reference in New Issue
Block a user