Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29715320 authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Add font JSON to the DroidSansMono

The JSON config file is not used yet.

Bug: 360820050
Flag: EXEMPT Build infra and tools
Test: Not yet used in prod
Change-Id: Ibc0e0e4537961c6e95b6ee6979b183f91e0086ab
parent 53391a0f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -86,3 +86,11 @@ prebuilt_fonts_xml {
// Because `system.img` is a dependency of `fontchain_lint`, it cannot be
// converted to Android.bp for now.
// After system.img can be generated by Soong, then it can be converted to Android.bp.

filegroup {
    name: "DroidSansMono",
    srcs: ["font_config.json"],
    required: [
        "DroidSansMono.ttf",
    ],
}
+12 −0
Original line number Diff line number Diff line
[
    {
        "name": "monospace",
        "fonts": [
            {
                "file": "DroidSansMono.ttf",
                "weight": "400",
                "style": "normal"
            }
        ]
    }
]
 No newline at end of file