Skip to content
Snippets Groups Projects
  1. May 29, 2024
    • Tom Murphy's avatar
      Build egl_display extension string using temporary vector · a1742966
      Tom Murphy authored
      Currently it is very easy to forget to add a trailing space when adding to the extension string. This has already caused a major bug fixed by 0bc64a80.
      
      Build the string using a vector instead similar to libANGLE::Context::initExtensionStrings() does it. This is much less error prone than the current code.
      
      Test: Added unit test
      Test: Ran atest EGL_test
      Test: Confirmed string output is the same with print
      Bug: 285606242
      Change-Id: I7f837a3009f0ccfedcf44f3d7ff709a269d0034f
      a1742966
  2. May 28, 2024
  3. May 24, 2024
  4. May 23, 2024
    • Yi Kong's avatar
      Fix build with ToT libc++ · 7a2045dc
      Yi Kong authored
      frameworks/native/cmds/dumpstate/DumpstateUtil.h:221:65: error: no template named 'vector' in namespace 'std'
        221 | int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command,
            |
      
      Test: Build with ToT libc++
      Change-Id: If8b9f7dd93121800edf80ace1ce44497950c3fb4
      7a2045dc
  5. May 22, 2024
  6. May 21, 2024
  7. May 20, 2024
  8. May 17, 2024
  9. May 16, 2024
  10. May 15, 2024
  11. May 14, 2024
  12. May 13, 2024
  13. May 10, 2024
  14. May 09, 2024
    • Devin Moore's avatar
      Update AIBinder_setExtension docs · 49842f1b
      Devin Moore authored
      Don't use asBinder() for the target binder argument.
      
      Test: Followed the old docs and had a bad time
      Bug: 338410350
      Change-Id: If305d511b9f1a69452d6ab7b39362bea65d52293
      49842f1b
  15. May 08, 2024
  16. May 07, 2024
  17. May 06, 2024
  18. May 03, 2024
Loading