PitchBlackRecoveryProject / manifest_pb

Minimal manifest to compile PBRP
83 stars 79 forks source link

Build Error : Fonts missing #19

Open ksauraj opened 2 years ago

ksauraj commented 2 years ago

Some fonts are missing on branch android-12.1. Like NotoSansEthiopic-Regular & NotoSansArmenian-Regular and others from NotoSans family.

Exception in thread "main" java.io.IOException: Can not find the font file NotoSansBengaliUI-Regular for language as
        at com.android.recovery.tools.ImageGenerator.loadFontsByLocale(ImageGenerator.java:399)
        at com.android.recovery.tools.ImageGenerator.createGraphics(ImageGenerator.java:492)
        at com.android.recovery.tools.ImageGenerator.measureTextWidth(ImageGenerator.java:500)
        at com.android.recovery.tools.ImageGenerator.generateImage(ImageGenerator.java:618)
        at com.android.recovery.tools.ImageGenerator.main(ImageGenerator.java:755)
13:43:57 ninja failed with: exit status 1