From 0c3c1d34a4b27a0b661317217812de13d1d1700e Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Thu, 26 May 2022 11:13:38 -0700 Subject: Update TEST_MAPPING Test: None Bug: 233924440 Change-Id: I64e10f5615535c18eabeb1edae0a473b73b9f039 --- TEST_MAPPING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index f81a6208..6f7b2090 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,5 +1,10 @@ // Generated by update_crate_tests.py for tests that depend on this crate. { + "postsubmit": [ + { + "name": "libgrpc_bindgen_test" + } + ], "presubmit": [ { "name": "libgrpc_bindgen_test" -- cgit v1.2.3 From beff386af35b01cb1714a00187e73e225ace63c6 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Tue, 14 Jun 2022 16:11:19 -0700 Subject: Update TEST_MAPPING Test: None Bug: 236006683 Change-Id: Ib443809e95eaa24f5be64b189424cfdca069da82 --- TEST_MAPPING | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TEST_MAPPING b/TEST_MAPPING index 6f7b2090..f81a6208 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,10 +1,5 @@ // Generated by update_crate_tests.py for tests that depend on this crate. { - "postsubmit": [ - { - "name": "libgrpc_bindgen_test" - } - ], "presubmit": [ { "name": "libgrpc_bindgen_test" -- cgit v1.2.3 From dbcf042c12bab73700447942ec8717ad32fa485c Mon Sep 17 00:00:00 2001 From: William Escande Date: Mon, 22 Aug 2022 11:27:55 -0700 Subject: [Bluetooth apex] Use new apex name The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Change-Id: I8a9730886ec30ea4d93af366f2121c1fef248426 --- Android.bp | 4 ++-- patches/Android.bp.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Android.bp b/Android.bp index 399a8c0b..861f5036 100644 --- a/Android.bp +++ b/Android.bp @@ -61,7 +61,7 @@ rust_library { ], apex_available: [ "//apex_available:platform", - "com.android.bluetooth", + "com.android.btservices", ], min_sdk_version: "29", } @@ -75,7 +75,7 @@ cc_defaults { shared_libs: ["libgrpc++"], apex_available: [ "//apex_available:platform", - "com.android.bluetooth", + "com.android.btservices", ], min_sdk_version: "29", } diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch index d97431fd..38f7cca4 100644 --- a/patches/Android.bp.patch +++ b/patches/Android.bp.patch @@ -66,7 +66,7 @@ index 45707bc..d0369e6 100644 - shared_libs: ["libstdc++"], apex_available: [ "//apex_available:platform", - "com.android.bluetooth", + "com.android.btservices", ], min_sdk_version: "29", } @@ -80,7 +80,7 @@ index 45707bc..d0369e6 100644 + shared_libs: ["libgrpc++"], + apex_available: [ + "//apex_available:platform", -+ "com.android.bluetooth", ++ "com.android.btservices", + ], + min_sdk_version: "29", +} -- cgit v1.2.3