-
- Downloads
Integration test for updatable system font.
This test: (1) signs a font file with the test key. (2) side-loads the test cert to the device under test. (3) verifies that the signed font file can be installed. The device must be rootable for doing step (2). Bug: 176939176 Test: atest UpdatableSystemFontTest Change-Id: I7a9b614aa3c77589c3495b663cb76056ba657006
Showing
- Android.bp 12 additions, 0 deletionsAndroid.bp
- services/core/java/com/android/server/graphics/fonts/FontManagerShellCommand.java 2 additions, 1 deletion...ndroid/server/graphics/fonts/FontManagerShellCommand.java
- tests/ApkVerityTest/Android.bp 1 addition, 0 deletionstests/ApkVerityTest/Android.bp
- tests/ApkVerityTest/src/com/android/apkverity/ApkVerityTest.java 6 additions, 20 deletions...pkVerityTest/src/com/android/apkverity/ApkVerityTest.java
- tests/UpdatableSystemFontTest/Android.bp 30 additions, 0 deletionstests/UpdatableSystemFontTest/Android.bp
- tests/UpdatableSystemFontTest/AndroidTest.xml 36 additions, 0 deletionstests/UpdatableSystemFontTest/AndroidTest.xml
- tests/UpdatableSystemFontTest/src/com/android/updatablesystemfont/UpdatableSystemFontTest.java 156 additions, 0 deletions.../android/updatablesystemfont/UpdatableSystemFontTest.java
- tests/UpdatableSystemFontTest/testdata/Android.bp 82 additions, 0 deletionstests/UpdatableSystemFontTest/testdata/Android.bp
- tests/UpdatableSystemFontTest/testdata/UpdatableSystemFontTestCert.der 0 additions, 0 deletions...leSystemFontTest/testdata/UpdatableSystemFontTestCert.der
- tests/UpdatableSystemFontTest/testdata/UpdatableSystemFontTestCert.pem 30 additions, 0 deletions...leSystemFontTest/testdata/UpdatableSystemFontTestCert.pem
- tests/UpdatableSystemFontTest/testdata/UpdatableSystemFontTestKey.pem 52 additions, 0 deletions...bleSystemFontTest/testdata/UpdatableSystemFontTestKey.pem
- tests/utils/hostutils/src/com/android/fsverity/AddFsVerityCertRule.java 77 additions, 0 deletions...stutils/src/com/android/fsverity/AddFsVerityCertRule.java
- tools/fonts/update_font_metadata.py 27 additions, 0 deletionstools/fonts/update_font_metadata.py
Loading
Please register or sign in to comment