From c0c9406e351adbd251dca7b2fe3d3ac0828345b0 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 11 Dec 2024 12:51:47 -0800 Subject: Remove test_com.android.os.statsd from apex_available In order to simplify the apex logic in Soong, avoid needing to mention test apexes in apex_available by setting apex_available_name in the test apex to masquerade as the corresponding non-test apex. Bug: 383592644 Test: builds Change-Id: Ia7e76503ff6213cedc7230be56aef843dbe45451 Merged-In: Ia7e76503ff6213cedc7230be56aef843dbe45451 --- libs/protoutil/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/protoutil/Android.bp b/libs/protoutil/Android.bp index 28856c87f7c6..a59149c380e0 100644 --- a/libs/protoutil/Android.bp +++ b/libs/protoutil/Android.bp @@ -59,7 +59,6 @@ cc_library { apex_available: [ "//apex_available:platform", "com.android.os.statsd", - "test_com.android.os.statsd", ], } -- cgit v1.2.3-59-g8ed1b