summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-04-28 12:03:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-04-28 12:03:48 +0000
commit2e54f8d0846552f5356460f92fdfea9e2ee3d985 (patch)
tree57700e11988e080b6d5ca898a056a2bc3be53977
parent53f0de490c99bad7ac31ed685226cb69926a311c (diff)
parent1cb5d2a49737ce5ce97fce3699d2b705bd95da1d (diff)
downloadplatform_system_apex-2e54f8d0846552f5356460f92fdfea9e2ee3d985.tar.gz
platform_system_apex-2e54f8d0846552f5356460f92fdfea9e2ee3d985.tar.bz2
platform_system_apex-2e54f8d0846552f5356460f92fdfea9e2ee3d985.zip
Merge "Add a test apex with unsigned payload." into rvc-dev
-rw-r--r--shim/build/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/shim/build/Android.bp b/shim/build/Android.bp
index 8529598c..f1953454 100644
--- a/shim/build/Android.bp
+++ b/shim/build/Android.bp
@@ -85,6 +85,19 @@ apex {
test_only_no_hashtree: true,
}
+apex {
+ name: "com.android.apex.cts.shim.v2_unsigned_payload",
+ manifest: "manifest_v2.json",
+ androidManifest: "AndroidManifest.xml",
+ file_contexts: ":apex.test-file_contexts",
+ key: "com.android.apex.cts.shim.key",
+ prebuilts: ["hash_of_dev_null"],
+ apps: ["CtsShim", "CtsShimPriv"],
+ installable: false,
+ whitelisted_files: "default_shim_whitelist.txt",
+ test_only_unsigned_payload: true,
+}
+
override_apex {
name: "com.android.apex.cts.shim.v2_different_package_name",
package_name: "com.android.apex.cts.shim.different",