--- 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 } '4d19bacc8ec5b21e5699a8416cef52f5b6e85b08'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-01nls: Update translations....* po/guix/ar.po: New file. * po/guix/LINGUAS: Add 'ar'. * po/doc/guix-cookbook.pt_BR.po: New file. * po/doc/local.mk: Add 'pt_BR' cookbook. * doc/local.mk: Add 'pt_BR' cookbook. * doc/htmlxref.cnf: Update URLs for cookbook. * doc/build.scm (%cookbook-languages): Add 'ko', 'pt_BR'. * doc/guix-cookbook.texi (Top): Mention 'ko', 'pt_BR' cookbook. Change-Id: Id1846ca100263b3fc1fa2ed52654c670270ee809 Florian Pelz
2024-02-01nls: Update translations....Change-Id: I42b5d41bdd5cd1b096c977e132b7a85992223402 Florian Pelz