Skip to content
Snippets Groups Projects
  1. Jun 04, 2024
  2. May 29, 2024
    • Anvesh Renikindi's avatar
      Update minsdk bump form 19 to 21 · 61ae1b30
      Anvesh Renikindi authored
      Test: Prebuilts
      Aosp-First: No
      Apex-Size-Increase:
      Previous-Platform-Support: No
      Test-Info: Android JUnit Test
      ignore-AOSP-First: Merge conflict resolution
      Change-Id: I5f95702d4eb58b104a30471141333a3e866de88d
      Merged-In: Ib68379df95257d0ab09d5a0b248d799925f94271
      61ae1b30
  3. May 23, 2024
  4. May 22, 2024
  5. May 21, 2024
  6. May 15, 2024
  7. May 08, 2024
  8. May 07, 2024
  9. May 01, 2024
    • Steven Liu's avatar
      Add calling HAL API of channel sounding. · 85914d25
      Steven Liu authored
      Apex-Size-Increase: 50k
      Previous-Platform-Support: Yes
      Aosp-First: Yes
      Test-Info: build and verify the channel sounding function on devices.
      
      Bug: 338259287
      Test: make
      Change-Id: I48703535846bbece8dc93ccb5b2742ba3268e60a
      85914d25
  10. Apr 30, 2024
  11. Apr 26, 2024
  12. Apr 25, 2024
  13. Apr 24, 2024
  14. Apr 23, 2024
  15. Apr 22, 2024
  16. Apr 19, 2024
  17. Apr 17, 2024
  18. Apr 10, 2024
  19. Apr 09, 2024
  20. Apr 08, 2024
    • Anvesh Renikindi's avatar
      Update tracing_tracing-ktx and tracing_tracing-ktx-nodeps · 9a4153da
      Anvesh Renikindi authored
      Aosp-First: No
      Change-Id: Ia5d77ca35dfb9d5a9f17d46c4fb086b586cdacbd
      Merged-In: Ia5d77ca35dfb9d5a9f17d46c4fb086b586cdacbd
      Apex-Size-Increase:
      Previous-Platform-Support: yes
      Test-Info:Android JUnit Test
      ignore-AOSP-First: Merge conflict resolution
      Test: NA
      9a4153da
  21. Apr 06, 2024
    • Ryan Prichard's avatar
      Switch to libc++ prebuilt · a89238e4
      Ryan Prichard authored
      Apex-Size-Increase: 1468 KiB for com.google.android.art.apex
      Previous-Platform-Support: yes, the prebuilts work on API 30 and up
      Aosp-First: AOSP-first (but really github.com/llvm/llvm-project)
      Test-Info: upstream lit-based test suite, run automatically in upstream
        CI and manually with local Android devices
      
      Test: m
      Bug: 332594828
      Change-Id: I5bc4ed71318e9459b2ed46e1f01d16a7dd49cf7f
      a89238e4
  22. Mar 28, 2024
  23. Mar 26, 2024
    • Gurpreet Singh's avatar
      Add release_config flag to finalize_sdk · a834c26d
      Gurpreet Singh authored
      Add a new release_config flag to finalize_sdk script to correct the
      build target for git_main branches.
      The flag is optional.
      
      Bug: 321970705
      Test: packages/modules/common/tools/finalize_sdk.py -f 12 -b 256848771 -rc mainline -r 'Testing' -m com.google.android.adservices -m com.google.android.mediaprovider 11609273
      Change-Id: I7d54eea799cc9be968976d07fb2fd5f587c71502
      a834c26d
  24. Mar 22, 2024
    • Gurpreet Singh's avatar
      fetch module_sdk to project mapping in finalize_sdk · 8cb11b9e
      Gurpreet Singh authored
      Fetching mainline-modules-info.json file to get the module_sdk project
      path.
      
      Bug: 321970705
      Test:  packages/modules/common/tools/finalize_sdk.py -f 13 -b 256848771 -r 'Finalized in November 2022 between T and U (adservices, mediaprovider)' -m com.google.android.adservices -m com.google.android.mediaprovider  11610947
      Change-Id: Idd317857f7b5f75737987e0a78d6adb3250a23f6
      8cb11b9e
  25. Mar 21, 2024
    • Gurpreet Singh's avatar
    • Gurpreet Singh's avatar
      Generate file for module to project mapping. · 8f148dd6
      Gurpreet Singh authored
      Currently there exist no mapping between the module name to its git
      project directory (for prebuilts/module_sdk).
      
      This CL adds a .json file to android build artifacts, which can be
      fetched to obtain this mapping.
      
      The .json file contents for 2 modules looks like -
      {
          "com.google.android.adservices": {
              "module_sdk_project": "prebuilts/module_sdk/AdServices"
          },
          "com.google.android.appsearch": {
              "module_sdk_project": "prebuilts/module_sdk/AppSearch"
          },
      }
      
      This can be extended to add any more information about a module.
      
      Bug: 321970705
      Test: packages/modules/common/build/mainline_modules_sdks.sh --build-release=latest
      Test: The file generates successfully at dist root.
      Test: atest mainline_modules_sdks_test
      Change-Id: I2fde908612b890057ce79ef1eb2668168ca070df
      8f148dd6
    • Mårten Kongstad's avatar
      mainline_modules_sdks.sh: remove unused BUILD_NUMBER · 5522e829
      Mårten Kongstad authored
      Commit 5c49b1c2 changed how build_number.txt is generated. As a
      result, BUILD_NUMBER is no longer used. Remove it.
      
      Bug: N/A
      Test: croot && packages/modules/common/build/mainline_modules_sdks.sh --build-release next
      Change-Id: I89e2bc912fac11d8ac8b98e48135958b3d19b1ec
      5522e829
  26. Mar 20, 2024
    • Gurpreet Singh's avatar
      format mainline_modules_sdks*.py files. · 2cf96309
      Gurpreet Singh authored
      Used the following command to format -
      "pyformat -s 4 --force_quote_type double -i build/mainline_modules_sdks*.py"
      
      Bug: N/A
      Test: atest mainline_modules_sdks_test
      Change-Id: Ib348969c02bf418103c25046d2cfed96d48f69cc
      Merged-In: I4cb1b6409046f5a0dc06bfb09612a5b0f1cbc380
      2cf96309
Loading