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

This commit is contained in:
Treehugger Robot
2020-04-24 12:12:23 +00:00
committed by Gerrit Code Review

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