--- a/include/utils/StrongPointer.h 2018-04-25 18:42:34.321003602 +0200 +++ b/include/utils/StrongPointer.h 2018-04-25 18:42:42.180912201 +0200 @@ -17,8 +17,6 @@ #ifndef ANDROID_STRONG_POINTER_H #define ANDROID_STRONG_POINTER_H -#include - #include #include #include --- a/libutils/Trace.cpp 2018-04-25 20:41:48.775049786 +0200 +++ b/libutils/Trace.cpp 2018-04-25 20:42:13.674744182 +0200 @@ -21,5 +21,7 @@ static void traceInit() { +#if defined(__ANDROID__) ::android::add_sysprop_change_callback(atrace_update_tags, 0); +#endif } ' name='id' value='2774640996861569350224e9abd21904237237c5'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-22tests: 'guix build --with-commit' output no longer refers to the tag ID....This is a followup to 46f7011591601b4783b2dc2c7252c41564ca0140. * tests/guix-build-branch.sh: Replace tag ID by commit ID. Ludovic Courtès
2020-09-28tests: Simplify shell exit status negation;...* tests/guix-archive.sh, tests/guix-build-branch.sh, tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh, tests/guix-environment.sh, tests/guix-gc.sh, tests/guix-git-authenticate.sh, tests/guix-graph.sh, tests/guix-hash.sh, tests/guix-lint.sh, tests/guix-pack-relocatable.sh, tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh, tests/guix-package.sh: Use the shell '!' keyword to negate command exit status in place of 'if ...; then false; else true; fi' Eric Bavier