Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e536ff3 authored by Colin Cross's avatar Colin Cross
Browse files

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
parent b46969e3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ cc_library {
    apex_available: [
        "//apex_available:platform",
        "com.android.os.statsd",
        "test_com.android.os.statsd",
        "com.android.uprobestats",
    ],
}