diff --git a/target/product/security/BUILD.bazel b/target/product/security/BUILD.bazel new file mode 100644 index 0000000000..08c1944fe8 --- /dev/null +++ b/target/product/security/BUILD.bazel @@ -0,0 +1,7 @@ +filegroup( + name = "android_certificate_directory", + srcs = glob([ + "*.pk8", + "*.pem", + ]), +)