--- a/adb/Android.mk 2018-04-25 23:23:29.527198350 +0200 +++ b/adb/Android.mk 2018-04-25 23:24:25.558632573 +0200 @@ -226,7 +226,7 @@ LOCAL_SRC_FILES := test_track_devices.cpp LOCAL_SANITIZE := $(adb_host_sanitize) LOCAL_SHARED_LIBRARIES := libbase -LOCAL_STATIC_LIBRARIES := libadb libcrypto_static libcutils +LOCAL_STATIC_LIBRARIES := libadb libbase libcrypto_static libcutils LOCAL_LDLIBS += -lrt -ldl -lpthread include $(BUILD_HOST_EXECUTABLE) endif @@ -278,6 +278,7 @@ LOCAL_SANITIZE := $(adb_host_sanitize) LOCAL_STATIC_LIBRARIES := \ libadb \ + libcutils \ libbase \ libcrypto_static \ libdiagnose_usb \ --- a/adb/sysdeps_test.cpp 2018-05-09 23:58:46.583163684 +0200 +++ b/adb/sysdeps_test.cpp 2018-05-09 23:56:41.356544648 +0200 @@ -17,6 +17,8 @@ #include #include #include +#include +#include #include "adb_io.h" #include "sysdeps.h" ub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-11hurd-boot: Support second boot....* gnu/build/hurd-boot.scm (boot-hurd-system): Check for stale shepherd socket and remove it. Be chattier about /hurd symlink replacement. Change-Id: I5e528c131ebeadb7ebc9727336a0f9301af3e68e Janneke Nieuwenhuizen
2024-10-15hurd-boot: Support system init: Create essential device nodes....* gnu/build/hurd-boot.scm (make-hurd-device-nodes): Cater for existing directories (dev, servers). (set-hurd-device-translators): Remove /servers/socket/1, that is created by libexec/console-run. Cater for nonexistent /dev/console. (boot-hurd-system): Call make-hurd-device-nodes on initial run. Janneke Nieuwenhuizen
2023-10-01hurd-boot: Setup/dev/hdX, /dev/hdXsY IDE device node translators....The gnumach builtin IDE hd devices are still used, unless booting with "noide". * gnu/build/hurd-boot.scm (set-hurd-device-translators): Create /dev/hd{0..3}, /dev/hd{0..3}s{0..3}. Janneke Nieuwenhuizen