Skip to content
Snippets Groups Projects
  1. Jun 22, 2023
  2. May 30, 2023
    • William Escande's avatar
      remove aidl-format · 0b8f0ec5
      William Escande authored
      Bluetooth is not ready to have aidl-format as a hook as non of the aidl
      are correctly format.
      Plus it looks like aidl-format output is not great and is almost never
      used. While looking at other aidl files, none using JavaPassthrough is
      using it.
      
      Example of output weirdly generated by the format:
      ```
          @JavaPassthrough(
                  annotation =
                          "<redacted>")
          boolean
          enable(in AttributionSource attributionSource);
      ```
      Why boolean is in its own line ?
      
      Bug: 262605980
      Test: None
      Change-Id: Ibd3dacca104ed47ae272c8171f5052a439d68403
      0b8f0ec5
  3. May 10, 2023
    • William Escande's avatar
      Add some auto format in PREUPLOAD hook · b3f6d4a1
      William Escande authored
      PREUPLOAD will now check for java code format and will also enforce aidl
      format.
      
      Change will also require a Bug in preupload (is is already a lint error
      in gerrit)
      
      Bug: 262605980
      Test: Upload java changes
      Change-Id: I36dc1fb30f82958a3f6f2daf5926e09d68488bed
      b3f6d4a1
  4. May 03, 2023
  5. Mar 19, 2023
  6. Jan 21, 2022
  7. Jan 20, 2022
    • Jack He's avatar
      Adjust default system formatter · 50fbbb2e
      Jack He authored
      * Apply checkstyle hook to known Java directories
      * Apply clang-format hook to C and C++ header and sources only
      
      Test: upload CL
      Tag: #refactor
      Change-Id: Iab475fd8b8be4ce1f4a8e41d0cb0b3bde77b5141
      50fbbb2e
  8. Dec 16, 2021
    • William Escande's avatar
      fix pre-upload due to migration · 51f58d9a
      William Escande authored
      The old packages/app/Bluetooth/PREUPLOAD.cfg was no longer executed.
      Merge it into the root cfg script
      Test: NA
      
      Change-Id: I32422aa95529212767dc49d05d384aace3442806
      51f58d9a
  9. Nov 08, 2021
    • Chris Manton's avatar
      Add PRELOAD file path · 60bb45bc
      Chris Manton authored
      Bug: 196026708
      Tag: #refactor
      Test: gd/cert/run
      
      Change-Id: Ibde81667eeb9885d068bd9f9ba19fc0529448265
      60bb45bc
  10. Dec 14, 2020
  11. Dec 11, 2019
  12. Aug 28, 2018
    • Jack He's avatar
      Upload hook that guides people towards AOSP · a7faba3e
      Jack He authored
      The canonical location of certain parts of the source tree live in
      AOSP, and should not be changed internally to avoid merge conflicts.
      
      WARNING only: The PREUPLOAD script warns developer if the change is
      not uploaded on AOSP.
      
      Test: create a CL in master and upload
      Change-Id: I9a100d86d31ef35d1f4617c75d523724acf8ae60
      a7faba3e
  13. Nov 30, 2016
Loading