AAPT: Add support for 'font' resource type

Change-Id: I5bc459e34715779ab3b1c415f40f592a4ccbb96e
Test: manual
This commit is contained in:
Adam Lesinski
2017-01-20 13:19:27 -08:00
parent 1f9f11007d
commit 83b4f7daba

View File

@@ -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";