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

Commit 83b4f7da authored by Adam Lesinski's avatar Adam Lesinski
Browse files

AAPT: Add support for 'font' resource type

Change-Id: I5bc459e34715779ab3b1c415f40f592a4ccbb96e
Test: manual
parent 1f9f1100
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ private:
bool isValidResourceType(const String8& type)
{
    return type == "anim" || type == "animator" || type == "interpolator"
        || type == "transition"
        || type == "transition" || type == "font"
        || type == "drawable" || type == "layout"
        || type == "values" || type == "xml" || type == "raw"
        || type == "color" || type == "menu" || type == "mipmap";