[roll] Roll infra/recipes [android] Use content hash as CIPD search tag

This ensures that we'll always upload and tag a new CIPD package when
the contents change, even if the build ID hasn't changed. This may
happen if the properties defining the set of files included in the
package changes without a new valid build being produced.

Rollers that depend on packages produced by this recipe will need to be
updated to track the "content_version" tag instead of the "bid" tag,
since "bid" will no longer be unique and thus no longer resolvable.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/952692
Original-Revision: 96a5b8eb32de97805a43cf11dab705b87de4fc7c
GitOrigin-RevId: 970cd990d4727a6f923a04d0cf6d0e02f0602ee1
Change-Id: I98ba5bbdbecf982b2726bb9d7c1974ee49997ed9
diff --git a/infra/recipes b/infra/recipes
index a1ccac2..d8d5b4d 100644
--- a/infra/recipes
+++ b/infra/recipes
@@ -11,6 +11,6 @@
              path="infra/recipes"
              remote="https://fuchsia.googlesource.com/infra/recipes"
              gerrithost="https://fuchsia-review.googlesource.com"
-             revision="345457128211723b08f73939fc29da759fdfa0c5"/>
+             revision="96a5b8eb32de97805a43cf11dab705b87de4fc7c"/>
   </projects>
 </manifest>