1bf215546Sopenharmony_cidiff --git a/BUILD.gn b/BUILD.gn 2bf215546Sopenharmony_ciindex d2b1407..7b60c90 100644 3bf215546Sopenharmony_ci--- a/BUILD.gn 4bf215546Sopenharmony_ci+++ b/BUILD.gn 5bf215546Sopenharmony_ci@@ -144,7 +144,7 @@ config("skia_public") { 6bf215546Sopenharmony_ci 7bf215546Sopenharmony_ci # Skia internal APIs, used by Skia itself and a few test tools. 8bf215546Sopenharmony_ci config("skia_private") { 9bf215546Sopenharmony_ci- visibility = [ ":*" ] 10bf215546Sopenharmony_ci+ visibility = [ "*" ] 11bf215546Sopenharmony_ci 12bf215546Sopenharmony_ci include_dirs = [ 13bf215546Sopenharmony_ci "include/private", 14