Merge "AAPT2: Update --no-version-vector list" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f296105e22
@@ -440,7 +440,8 @@ static bool IsTransitionElement(const std::string& name) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static bool IsVectorElement(const std::string& name) {
|
static bool IsVectorElement(const std::string& name) {
|
||||||
return name == "vector" || name == "animated-vector";
|
return name == "vector" || name == "animated-vector" || name == "pathInterpolator" ||
|
||||||
|
name == "objectAnimator";
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|||||||
Reference in New Issue
Block a user