Merge "AAPT: Add support for 'font' resource type"
This commit is contained in:
committed by
Android (Google) Code Review
commit
b334b8f0f2
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user