aboutsummaryrefslogtreecommitdiff
path: root/pw_rpc/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_rpc/BUILD.gn')
-rw-r--r--pw_rpc/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_rpc/BUILD.gn b/pw_rpc/BUILD.gn
index ae683af27..9fa3212ec 100644
--- a/pw_rpc/BUILD.gn
+++ b/pw_rpc/BUILD.gn
@@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations under
# the License.
-# gn-format disable
import("//build_overrides/pigweed.gni")
import("$dir_pw_bloat/bloat.gni")
@@ -21,6 +20,7 @@ import("$dir_pw_docgen/docs.gni")
import("$dir_pw_protobuf_compiler/proto.gni")
import("$dir_pw_third_party/nanopb/nanopb.gni")
import("$dir_pw_unit_test/test.gni")
+
config("default_config") {
include_dirs = [ "public" ]
visibility = [ ":*" ]