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

Commit f296105e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AAPT2: Update --no-version-vector list" into oc-dev

parents f42c8666 41ea44f6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -440,7 +440,8 @@ static bool IsTransitionElement(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>