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

Commit 7a5b4068 authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

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

am: ad227a80

Change-Id: Ie60160136d6bbca607ce98cd675ffed984b2debc
parents eac0410e ad227a80
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>