Merge "Make CtsShim*Prebuilt be available to the test APEXes" am: 25a3473c28

Change-Id: I35292e63f3b77980d5ffc564727ce08d8b6375ef
This commit is contained in:
Treehugger Robot
2020-04-24 12:25:58 +00:00
committed by Automerger Merge Worker

View File

@@ -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",
],
}