-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Is adb really governed by the android sdk license? #53403
Comments
Ah ok. The programs.adb option actually includes |
Yeah, that's a bit unfortunate, the source-code is actually free but Google's Android SDK is sadly proprietary. https://wiki.debian.org/AndroidTools:
And AFAIK (didn't check the latest changes) we still don't build the components from the source-code (that would be great but unfortunately it's pretty difficult and AFAIK only Debian attempts to build them from the source-code). |
Hmm, maybe |
Setting programs.adb.enable = true atm requires accepting the android sdk license.
Is that really necessary?
At least the code at
https://android.googlesource.com/platform/system/adb/
appears to be under the apache license.
The text was updated successfully, but these errors were encountered: