Skip to content
Snippets Groups Projects
  1. Oct 23, 2017
  2. Sep 15, 2016
  3. Feb 18, 2016
    • Pavlin Radoslavov's avatar
      Cleanup C and C++ compiler flags · fb791882
      Pavlin Radoslavov authored
      Cleanup the setting of C and C++ compiler flags:
       * (Almost) all compiler flags are set uniformly
         in the system/bt/Android.mk file.
       * Enable by default breaking the compilation if there is a
         compilation warning: -Werror
       * Enable most compilation warnings: -Wall -Wextra
       * Renamed Android.mk related flags:
         - bdroid_C_INCLUDES -> bluetooth_C_INCLUDES
         - bdroid_CFLAGS -> bluetooth_CFLAGS
       * Introduce variables for C-only and C++ only compiler:
         - bluetooth_CFLAGS: common C and C++ compiler flags
         - bluetooth_CONLYFLAGS: C only compiler flags
         - bluetooth_CPPFLAGS: C++ only compiler flags
       * Disable warnings for existing issues - to be removed as issues are
         resolved
       * Add a workaround for libchrome and -DNDEBUG usage.
      
      Bug: 26879229
      Change-Id: Ie7595965ca0c8ead0e95e983e76c327e7891b2c3
      fb791882
  4. Feb 13, 2016
    • Pavlin Radoslavov's avatar
      Cleanup C and C++ compiler flags · bd60bcca
      Pavlin Radoslavov authored
      Cleanup the setting of C and C++ compiler flags:
       * (Almost) all compiler flags are set uniformly
         in the system/bt/Android.mk file.
       * Enable by default breaking the compilation if there is a
         compilation warning: -Werror
       * Enable most compilation warnings: -Wall -Wextra
       * Renamed Android.mk related flags:
         - bdroid_C_INCLUDES -> bluetooth_C_INCLUDES
         - bdroid_CFLAGS -> bluetooth_CFLAGS
       * Introduce variables for C-only and C++ only compiler:
         - bluetooth_CFLAGS: common C and C++ compiler flags
         - bluetooth_CONLYFLAGS: C only compiler flags
         - bluetooth_CPPFLAGS: C++ only compiler flags
       * Disable warnings for existing issues - to be removed as issues are
         resolved
       * Add a workaround for libchrome and -DNDEBUG usage.
      
      Bug: 26879229
      Change-Id: Ie7595965ca0c8ead0e95e983e76c327e7891b2c3
      bd60bcca
  5. Dec 10, 2015
    • Andre Eisenbach's avatar
      Disable bdtool compilation · 9b4fe701
      Andre Eisenbach authored
      For re-factoring purposes, the dependencies are broken. Need to
      re-evaluate tool usage and port to new bluetoothtbd HAL layer if
      necessary.
      
      Change-Id: I27b2ad3d78c67a12c67d8db9f506f94888bea70f
      9b4fe701
  6. Nov 05, 2015
    • Pavlin Radoslavov's avatar
      Removed libpower-related references. · d0fd1bd6
      Pavlin Radoslavov authored
      Removed libpower-related references, because those are not
      needed anymore. Now, the wakelock-related calls and references
      are implemented within osi/src/alarm.c
      
      Change-Id: Ifdb232b9724af216b9b414f8b65e85cd713c20d3
      d0fd1bd6
  7. Oct 19, 2015
  8. Sep 10, 2015
  9. Sep 09, 2015
  10. Mar 16, 2015
Loading