forked from openkylin/platform_build
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:
parent
c23e013814
commit
f222dfbb0c
|
@ -0,0 +1,5 @@
|
|||
// AOSP test certificate
|
||||
android_app_certificate {
|
||||
name: "aosp-testkey",
|
||||
certificate: "testkey",
|
||||
}
|
Loading…
Reference in New Issue