Skip to content

Commit

Permalink
Define the cts-release-test key path.
Browse files Browse the repository at this point in the history
The cts release test key will be used to widewive apex
because there's key issues when running cts CtsSecurityTestCases
android.security.cts.PackageSignatureTest#testPackageSignatures

Test Done:
1. run cts CtsSecurityTestCases

Tracked-On: OAM-125207
Signed-off-by: manxiaoliang <xiaoliangx.man@intel.com>
  • Loading branch information
manxiaoliang committed Oct 18, 2024
1 parent 8ef1bab commit d6d71d9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions testkeys/cts-release-test/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
//package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "vendor_widevine_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
// legacy_by_exception_only (by exception only)
// legacy_proprietary (by exception only)
//default_applicable_licenses: ["vendor_widevine_license"],
//}

filegroup {
name: "com.google.android.widevine.public_key",
srcs: [ "apex.avbpubkey" ],
}

filegroup {
name: "com.google.android.widevine.private_key",
srcs: [ "apex.pem" ],
}

android_app_certificate {
name: "com.google.android.widevine.certificate",
certificate: "apex",
}


0 comments on commit d6d71d9

Please sign in to comment.