In the official release of the #AndroidSDK package "build-tools_r35.0.1_linux.zip", they included what looks like a hand-edited "source.properties" metadata file that is a key part of the "sdkmanager" packaging system:

```
Pkg.UserSrc=false
Pkg.UserSrc=false
Pkg.Revision=35.0.1
#Pkg.Revision=35.0.0 rc4h
```

I mean really? The Android SDK packages are not automatically generated?

https://gitlab.com/fdroid/sdkmanager/-/merge_requests/26

#android #sdkmanager

handle sloppy source.properties files (!26) · Merge requests · F-Droid / sdkmanager · GitLab

Looks like they put the intern on the v35.0.1 release, this is source.properties:

GitLab