From 2acb5b0bd14b96b637ed7701ca3c9eff6c2d6a0f Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Thu, 2 Dec 2021 07:59:49 -0800 Subject: Refresh Android.bp, cargo2android.json, TEST_MAPPING. Test: None Change-Id: I706482452948ab4485fe5fdfbc5749f0d977f912 --- Android.bp | 45 --------------------------------------------- 1 file changed, 45 deletions(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 678c541..fb52b72 100644 --- a/Android.bp +++ b/Android.bp @@ -51,51 +51,6 @@ rust_binary_host { ], } -rust_test_host { - name: "grpcio-compiler_host_test_src_bin_grpc_rust_plugin", - crate_name: "grpc_rust_plugin", - cargo_env_compat: true, - cargo_pkg_version: "0.9.0", - srcs: ["src/bin/grpc_rust_plugin.rs"], - test_suites: ["general-tests"], - auto_gen_config: true, - test_options: { - unit_test: true, - }, - edition: "2018", - features: [ - "default", - "protobuf", - "protobuf-codec", - ], - rustlibs: [ - "libgrpcio_compiler", - "libprotobuf", - ], -} - -rust_test_host { - name: "grpcio-compiler_host_test_src_lib", - crate_name: "grpcio_compiler", - cargo_env_compat: true, - cargo_pkg_version: "0.9.0", - srcs: ["src/lib.rs"], - test_suites: ["general-tests"], - auto_gen_config: true, - test_options: { - unit_test: true, - }, - edition: "2018", - features: [ - "default", - "protobuf", - "protobuf-codec", - ], - rustlibs: [ - "libprotobuf", - ], -} - rust_library_host { name: "libgrpcio_compiler", crate_name: "grpcio_compiler", -- cgit v1.2.3