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

Commit d1e2821a authored by Jooyung Han's avatar Jooyung Han
Browse files

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

This reverts commit 77cd43a7.

We need a cts shim apex target with prebuilts so that GSI can install
cts shim apks as a part of flattened cts shim apex.

Bug: 159392784
Test: lunch aosp_arm64-userdebug
      m droid => should have cts shim in /system/system_ext/apex/
Change-Id: Ib18dd105d7b959774654182783b973b732127986
parent 17e2ed30
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -43,6 +43,15 @@ 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",
    ],
}

//##########################################################
@@ -71,4 +80,13 @@ 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",
    ],
}