From 44fc369f05bcfd8e88b303cecb5d11edf1cc79bb Mon Sep 17 00:00:00 2001 From: Ming-Chuan Date: Sat, 28 Aug 2021 05:12:24 +0800 Subject: [PATCH] Add examples/android/binder/ to clang_format_all_the_things (#27114) --- .../dockerfile/grpc_clang_format/clang_format_all_the_things.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh b/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh index ff6f2f5a201..7b3000fe360 100755 --- a/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh +++ b/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh @@ -16,7 +16,7 @@ set -e # directories to run against -DIRS="examples/cpp src/core/lib src/core/tsi src/core/ext src/cpp test/core test/cpp include src/compiler src/csharp src/ruby third_party/address_sorting src/objective-c tools/distrib/python" +DIRS="examples/cpp examples/android/binder src/core/lib src/core/tsi src/core/ext src/cpp test/core test/cpp include src/compiler src/csharp src/ruby third_party/address_sorting src/objective-c tools/distrib/python" # file matching patterns to check GLOB="*.h *.c *.cc *.m *.mm"