Spracherkennung für: .bp vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
// AOSP test certificate
package {
// See:
http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-
2.
0"],
}
android_app_certificate {
name: "aosp-testkey",
certificate: "testkey",
}
// Certificate for CTS tests that rely on UICC hardware conforming to the
// updated CTS UICC card specification introduced in
2021. See
// //cts/tests/tests/carrierapi/Android.bp for more details.
android_app_certificate {
name: "cts-uicc-
2021-testkey",
certificate: "cts_uicc_2021",
}
// otacerts: A keystore with the authorized keys in it, which is used to verify
// the authenticity of downloaded OTA packages.
// This module zips files defined in PRODUCT_DEFAULT_DEV_CERTIFICATE and
// PRODUCT_EXTRA_OTA_KEYS for system or PRODUCT_EXTRA_RECOVERY_KEYS for recovery
// image
otacerts_zip {
name: "otacerts",
relative_install_path: "security",
filename: "otacerts.zip",
}
otacerts_zip {
name: "otacerts.recovery",
recovery: true,
relative_install_path: "security",
filename: "otacerts.zip",
}
adb_keys {
name: "adb_keys",
product_specific: true,
}