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
This commit is contained in:
Sasha Smundak 2019-05-02 22:22:47 -07:00
parent c23e013814
commit f222dfbb0c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// AOSP test certificate
android_app_certificate {
name: "aosp-testkey",
certificate: "testkey",
}