gnu: adb: Fix build.

* gnu/packages/android.scm (adb): Fix build.
[native-inputs]: Add linux-libre-headers-5.4 and gcc-11.

Change-Id: I76baf1685a09ea0790bfd4b7cd6de0d8634ed09e
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Zheng Junjie 2025-07-14 20:58:30 +08:00 committed by Andreas Enge
parent 0e5058d36a
commit 5fa5902e9e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -421,6 +421,7 @@ various Android core host applications.")
(lambda* (#:key inputs outputs #:allow-other-keys)
(install-file "diagnose_usb.h" (string-append (assoc-ref outputs "out") "/include"))
#t)))))
(native-inputs (list linux-libre-headers-5.4 gcc-11))
(inputs
(list android-libbase android-libcutils android-liblog openssl))
(home-page "https://developer.android.com/studio/command-line/adb.html")