--- 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" s='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-29gnu: calcurse: Use HTTPS URLs....Reported by Marco van Hulten <marco@hulten.org>. * gnu/packages/calcurse.scm (calcurse)[source, home-page]: Use HTTPS URLs. Leo Famulari
2018-03-14gnu: calcurse: Update to 4.3.0....* gnu/packages/calcurse.scm (calcurse): Update to 4.3.0. Tobias Geerinckx-Rice
2017-11-04gnu: Generalize the variable name of the test-only tzdata package....* gnu/packages/base.scm (tzdata-2017a): Rename variable to tzdata-for-tests. * gnu/packages/calcurse.scm (calcurse)[native-inputs, arguments]: Adjust accordingly. gnu/packages/glib.scm (glib): Likewise. * gnu/packages/perl.scm (perl-libtime-parsedate): Adjust accordingly and add tzdata-for-tests #:disallowed-references. * gnu/packages/statistics.scm (r-minimal): Adjust accordingly. Leo Famulari
2017-10-25gnu: Fix Leo Famulari's copyright statement in (gnu packages calcurse)....* gnu/packages/calcurse.scm: Fix copyright statement. Leo Famulari
2017-10-25gnu: calcurse: Used the "fixed" test-only tzdata for tests....* gnu/packages/calcurse.scm (calcurse)[inputs]: Remove tzdata and add ... [native-inputs]: tzdata-2017a. [arguments]: Add tzdata-2017a to #:disallowed-references. Leo Famulari
2017-06-14gnu: calcurse: Upgrade to 4.2.2....* gnu/packages/calcurse.scm (calcurse): Upgrade to 4.2.2. [inputs]: Add tzdata for tests. [arguments]: Add new 'check-setup' phase. Eric Bavier