From a3b32edb1a4a4c79365900c457ec04c4d2f9bc61 Mon Sep 17 00:00:00 2001 From: Seungjae Yoo Date: Wed, 15 Mar 2023 16:05:35 +0900 Subject: Add test_config_cc into grpc_cli_libs Bug: 264201498 Test: m (build test) Change-Id: I150258835d3feaeee0bfc89f8295bb7d745f0101 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 3632bc8859..5ca74c4599 100644 --- a/Android.bp +++ b/Android.bp @@ -233,6 +233,7 @@ cc_library_host_static { "test/cpp/util/proto_file_parser.cc", "test/cpp/util/service_describer.cc", "test/cpp/util/proto_reflection_descriptor_database.cc", + "test/cpp/util/test_config_cc.cc", ], local_include_dirs: [ "test/cpp/util", -- cgit v1.2.3