diff options
| author | 2024-12-11 12:51:47 -0800 | |
|---|---|---|
| committer | 2024-12-18 10:36:00 -0800 | |
| commit | 3e536ff3e2d2edbbefca5a5ff10320c9fa39a3d1 (patch) | |
| tree | b03afcf65d4eee79afd3a16830de6bda7e2794f6 | |
| parent | b46969e3b9562d1de20cf894c1268bfe8d190dda (diff) | |
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
Flag: EXEMPT refactor
Change-Id: Ia7e76503ff6213cedc7230be56aef843dbe45451
| -rw-r--r-- | libs/protoutil/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/protoutil/Android.bp b/libs/protoutil/Android.bp index 8af4b7e8f4c8..4fecf4de0312 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", "com.android.uprobestats", ], } |