Skip to content
Snippets Groups Projects
  1. Sep 05, 2019
  2. Sep 04, 2019
  3. Sep 03, 2019
  4. Sep 02, 2019
  5. Aug 25, 2019
  6. Aug 24, 2019
  7. Aug 21, 2019
  8. Aug 19, 2019
    • Erik Kline's avatar
      config: Use tether automatic upstream selection · 4ec88136
      Erik Kline authored
      (config_tether_upstream_automatic=true)
      
      Test: as follows
          - built, flashed, booted
      Bug: 32163131
      Bug: 62648872
      Bug: 63282480
      Bug: 110118584
      Bug: 110260419
      
      Change-Id: I604cda53d6d37a33de3e3ccc65c0da781d21278b
      4ec88136
  9. Aug 15, 2019
  10. Aug 11, 2019
    • jhenrique09's avatar
      vendor: Add qcom platform type to soongs vars · 97cb87c8
      jhenrique09 authored
      Required for new commits on frameworks/native
      
      * Fix lag during screen recording on some platforms
      * Fix screen flickering after disconnecting from Android Auto on some platforms
      
      Change-Id: Ia0ed0bbfda44fb5ccb184ace854ec1bf9a7d819a
      97cb87c8
  11. Aug 10, 2019
  12. Aug 08, 2019
  13. Aug 06, 2019
  14. Aug 01, 2019
  15. Jul 25, 2019
  16. Jul 20, 2019
    • Rashed Abdel-Tawab's avatar
      qcom: Add UM 4.14 platforms · 05aded86
      Rashed Abdel-Tawab authored
      * Note: msmnile is treated like msmnile because unlike other Qualcomm
        codenames msmnile does not expand to 8150.
      
      Change-Id: If246c0ec06de22097d369c17ce48aa1270bab19c
      05aded86
  17. Jul 19, 2019
    • LuK1337's avatar
      kernel: Consider depmod version when handling kernel modules · 6047f5a0
      LuK1337 authored
      * This fixes dirty boot image rebuilding on devices
        with CONFIG_LOCALVERSION_AUTO=y and any driver
        set to =m.
      * Basically appending `cat include/config/kernel.release`
        to modules path makes sure that our find does not
        return old modules which would make cp fail with
        'cp: will not overwrite just-created' message.
      
      Change-Id: Ifb79d33b95d7671d8b2d6633644c8b8290d1f442
      6047f5a0
  18. Jul 18, 2019
  19. Jul 13, 2019
  20. Jul 09, 2019
    • Vasyl Gello's avatar
      Fix bootanimation destpath if building off-tree · bc4bce82
      Vasyl Gello authored
      
      If the build is invoked off-tree, like:
      
          . build/envsetup.sh
          export OUT_DIR=/some/other/dir/out
          export DIST_DIR=/some/other/dir/dist
          breakfast chagalllte
          mka \
              target-files-package dist
      
      the bootanimation.zip is correctly generated in $OUT_DIR.
      
      However, if the user overrides directories after breakfast, i.e:
      
          . build/envsetup.sh
          breakfast chagalllte
          mka \
              OUT_DIR=/some/other/dir/out \
              DIST_DIR=/some/other/dir/dist \
              target-files-package dist
      
      the destination path of intermediate bootanimation.zip is still
      controlled by $ANDROID_PRODUCT_OUT which is set by build/envsetup.sh.
      This leads to a copy error and a failed build.
      
      The fix overrides $ANDROID_PRODUCT_OUT by the always-known PRODUCT_OUT
      (make variable defined in build/core/envsetup.mk), making it error-prone
      to environment variable declaration.
      
      Also, the "sh" invocation is replaced with generic make-variable
      $(shell).
      
      Change-Id: Ic94d1b538fc01946b628f9b5d776548a03acde97
      Signed-off-by: default avatarVasyl Gello <vasek.gello@gmail.com>
      bc4bce82
  21. Jun 27, 2019
  22. Jun 26, 2019
  23. Jun 25, 2019
  24. Jun 18, 2019
  25. Jun 16, 2019
  26. Jun 15, 2019
  27. Jun 12, 2019
  28. Jun 07, 2019
Loading