Merge "AAPT: Add support for 'font' resource type"

This commit is contained in:
TreeHugger Robot
2017-01-23 11:48:08 +00:00
committed by Android (Google) Code Review

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