platform_build/target/product/security/Android.bp
Sasha Smundak f222dfbb0c Provide android_app_certificate module that always points to AOSP
certificate.

See the comment in cts/tests/tests/carrierapi/Android.bp

Bug: 122332514
Test: atest CtsCarrierApiTestCases
(same failures as baseline)
Change-Id: I80b9a1e466a3556486d05befe60d3522e6980ef5
2019-05-02 22:22:47 -07:00

5 lines
107 B
Text

// AOSP test certificate
android_app_certificate {
name: "aosp-testkey",
certificate: "testkey",
}