The new AOSP major release android-16.0.0_r1 has at least one use of git-lfs, but I can't find any corresponding configuration for git-lfs in that repository branch. I'm expecting to find a .gitattributes file (to track while files use LFS) and a .lfsconfig file (to indicate where the LFS contents are stored).Is this intended? Am I missing some configuration somewhere? What is the right way to resolve the LFS contents for this file and any others that may exist?
That doesn't seem to be the case. I suspect that --git-lfs would work if there were proper LFS configuration, including .lfsconfig and .gitattributes, but I don't see how git-repo would resolve a pointer file without those configuration files.$ repo init --manifest-url=https://android.googlesource.com/platform/manifest --manifest-branch=android-16.0.0_r1 --repo-url=<personal git-repo repository> --repo-rev="v2.54" --git-lfs --no-clone-bundle$ repo sync$ cat external/rust/android-crates-io/crates/android_bp/src/test_db.tar.xz