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

Commit 77cd43a7 authored by Dario Freni's avatar Dario Freni
Browse files

Revert "Make CtsShim*Prebuilt be available to the test APEXes"

This reverts commit b50e662b, change id
I9cf2e30bb38abbb33bf76a0eab0dc2a10a5647c9

This tree doesn't need this as of change
I8179ddb7591aeca41fb84f6726af381d8e7c2e5e

Test: presubmit
Change-Id: I2cc6fba08b00be6bb8c0cb148ac1aafc40d57aab
parent 7105fdac
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -43,15 +43,6 @@ android_app_import {
        },
    },
    presigned: true,

    apex_available: [
        "com.android.apex.cts.shim.v1",
        "com.android.apex.cts.shim.v2",
        "com.android.apex.cts.shim.v2_legacy",
        "com.android.apex.cts.shim.v2_no_hashtree",
        "com.android.apex.cts.shim.v2_sdk_target_p",
        "com.android.apex.cts.shim.v3",
    ],
}

//##########################################################
@@ -80,13 +71,4 @@ android_app_import {
        },
    },
    presigned: true,

    apex_available: [
        "com.android.apex.cts.shim.v1",
        "com.android.apex.cts.shim.v2",
        "com.android.apex.cts.shim.v2_legacy",
        "com.android.apex.cts.shim.v2_no_hashtree",
        "com.android.apex.cts.shim.v2_sdk_target_p",
        "com.android.apex.cts.shim.v3",
    ],
}