Skip to content
Snippets Groups Projects
  1. Jul 02, 2024
  2. Jun 13, 2024
    • Katya Bychkouskaya's avatar
      DO NOT MERGE: Drop prebuilt files to android source tree. · 413e0c5a
      Katya Bychkouskaya authored
      The following files have been updated as part of this change:
      
      current/Android.bp
      current/snapshot-creation-build-number.txt
      current/hiddenapi/annotation-flags.csv
      current/hiddenapi/filtered-flags.csv
      current/hiddenapi/filtered-stub-flags.csv
      current/hiddenapi/index.csv
      current/hiddenapi/metadata.csv
      current/hiddenapi/signature-patterns.csv
      current/licenses/build/soong/licenses/LICENSE
      current/sdk_library/system/framework-sdkextensions-removed.txt
      current/sdk_library/system/framework-sdkextensions-stubs.jar
      current/sdk_library/system/framework-sdkextensions.srcjar
      current/sdk_library/system/framework-sdkextensions.txt
      current/sdk_library/system/framework-sdkextensions_annotations.zip
      current/sdk_library/public/framework-sdkextensions-removed.txt
      current/sdk_library/public/framework-sdkextensions-stubs.jar
      current/sdk_library/public/framework-sdkextensions.srcjar
      current/sdk_library/public/framework-sdkextensions.txt
      current/sdk_library/public/framework-sdkextensions_annotations.zip
      current/sdk_library/module-lib/framework-sdkextensions-removed.txt
      current/sdk_library/module-lib/framework-sdkextensions-stubs.jar
      current/sdk_library/module-lib/framework-sdkextensions.srcjar
      current/sdk_library/module-lib/framework-sdkextensions.txt
      current/sdk_library/module-lib/framework-sdkextensions_annotations.zip
      
      Built here: ab/T1010120
      
      This build IS suitable for public release.
      
      The change is generated with prebuilt drop tool.
      
      Test: presubmit
      Bug: 346975568
      Change-Id: I23b8fc3055c5f234df4cebd9050ee2ff203eff52
      413e0c5a
  3. Jun 10, 2024
    • Katya Bychkouskaya's avatar
      DO NOT MERGE: Drop prebuilt files to android source tree. · 9f6a5406
      Katya Bychkouskaya authored
      The following files have been updated as part of this change:
      
      current/Android.bp
      current/snapshot-creation-build-number.txt
      current/hiddenapi/annotation-flags.csv
      current/hiddenapi/filtered-flags.csv
      current/hiddenapi/filtered-stub-flags.csv
      current/hiddenapi/index.csv
      current/hiddenapi/metadata.csv
      current/hiddenapi/signature-patterns.csv
      current/licenses/build/soong/licenses/LICENSE
      current/sdk_library/system/framework-sdkextensions-removed.txt
      current/sdk_library/system/framework-sdkextensions-stubs.jar
      current/sdk_library/system/framework-sdkextensions.srcjar
      current/sdk_library/system/framework-sdkextensions.txt
      current/sdk_library/system/framework-sdkextensions_annotations.zip
      current/sdk_library/public/framework-sdkextensions-removed.txt
      current/sdk_library/public/framework-sdkextensions-stubs.jar
      current/sdk_library/public/framework-sdkextensions.srcjar
      current/sdk_library/public/framework-sdkextensions.txt
      current/sdk_library/public/framework-sdkextensions_annotations.zip
      current/sdk_library/module-lib/framework-sdkextensions-removed.txt
      current/sdk_library/module-lib/framework-sdkextensions-stubs.jar
      current/sdk_library/module-lib/framework-sdkextensions.srcjar
      current/sdk_library/module-lib/framework-sdkextensions.txt
      current/sdk_library/module-lib/framework-sdkextensions_annotations.zip
      
      Built here: ab/T1010111
      
      This build IS suitable for public release.
      
      The change is generated with prebuilt drop tool.
      
      Test: presubmit
      Bug: 346347711
      Change-Id: Iff62f597bcbbf5d8e657dec6b488ead23ac8c418
      9f6a5406
    • Android Build Coastguard Worker's avatar
      Snap for 11947545 from 6bffd031 to mainline-art-release · 298dd6f7
      Android Build Coastguard Worker authored
      Change-Id: Iba7260f842dfcb42e038fa892e335fb1627dc523
      298dd6f7
  4. Jun 07, 2024
    • Katya Bychkouskaya's avatar
      DO NOT MERGE: Drop prebuilt files to android source tree. · 6bffd031
      Katya Bychkouskaya authored
      The following files have been updated as part of this change:
      
      current/Android.bp
      current/snapshot-creation-build-number.txt
      current/hiddenapi/annotation-flags.csv
      current/hiddenapi/filtered-flags.csv
      current/hiddenapi/filtered-stub-flags.csv
      current/hiddenapi/index.csv
      current/hiddenapi/metadata.csv
      current/hiddenapi/signature-patterns.csv
      current/licenses/build/soong/licenses/LICENSE
      current/sdk_library/system/framework-sdkextensions-removed.txt
      current/sdk_library/system/framework-sdkextensions-stubs.jar
      current/sdk_library/system/framework-sdkextensions.srcjar
      current/sdk_library/system/framework-sdkextensions.txt
      current/sdk_library/system/framework-sdkextensions_annotations.zip
      current/sdk_library/public/framework-sdkextensions-removed.txt
      current/sdk_library/public/framework-sdkextensions-stubs.jar
      current/sdk_library/public/framework-sdkextensions.srcjar
      current/sdk_library/public/framework-sdkextensions.txt
      current/sdk_library/public/framework-sdkextensions_annotations.zip
      current/sdk_library/module-lib/framework-sdkextensions-removed.txt
      current/sdk_library/module-lib/framework-sdkextensions-stubs.jar
      current/sdk_library/module-lib/framework-sdkextensions.srcjar
      current/sdk_library/module-lib/framework-sdkextensions.txt
      current/sdk_library/module-lib/framework-sdkextensions_annotations.zip
      
      Built here: ab/T1010110
      
      This build IS suitable for public release.
      
      The change is generated with prebuilt drop tool.
      
      Test: presubmit
      Bug: 337044309
      Change-Id: I53e4b6e3d8d55ddd247829ac4e84d3a9ee469dc0
      6bffd031
  5. Jun 06, 2024
  6. Jun 05, 2024
  7. Jun 03, 2024
    • Spandan Das's avatar
      Drop separation between BA and Go module sdk · 1f850ae4
      Spandan Das authored
      Since BA and Go module sdk contain the same Apis, we no longer need to
      maintain two separate SDKs.
      
      Summary:
      - rm -rf go/current
      - remove blueprint_package_include from current/Android.bp. This ensures
        the soong modules in this Android.bp are not ignored when building go
      devices.
      
      Bug: 308188212
      Test: lunch cf_x86_64_phone-trunk_staging-userdebug && m nothing (BA)
      Test: mokey_go32-trunk_staging-userdebug && m nothing (Go)
      Change-Id: I9bdf7877c0cfb1eef7e9c56c8297d0904e436f84
      Merged-In: I9bdf7877c0cfb1eef7e9c56c8297d0904e436f84
      1f850ae4
    • Katya Bychkouskaya's avatar
      DO NOT MERGE: Drop prebuilt files to android source tree. · c03ca4ee
      Katya Bychkouskaya authored
      The following files have been updated as part of this change:
      
      current/Android.bp
      current/snapshot-creation-build-number.txt
      current/hiddenapi/annotation-flags.csv
      current/hiddenapi/filtered-flags.csv
      current/hiddenapi/filtered-stub-flags.csv
      current/hiddenapi/index.csv
      current/hiddenapi/metadata.csv
      current/hiddenapi/signature-patterns.csv
      current/licenses/build/soong/licenses/LICENSE
      current/sdk_library/system/framework-sdkextensions-removed.txt
      current/sdk_library/system/framework-sdkextensions-stubs.jar
      current/sdk_library/system/framework-sdkextensions.srcjar
      current/sdk_library/system/framework-sdkextensions.txt
      current/sdk_library/system/framework-sdkextensions_annotations.zip
      current/sdk_library/public/framework-sdkextensions-removed.txt
      current/sdk_library/public/framework-sdkextensions-stubs.jar
      current/sdk_library/public/framework-sdkextensions.srcjar
      current/sdk_library/public/framework-sdkextensions.txt
      current/sdk_library/public/framework-sdkextensions_annotations.zip
      current/sdk_library/module-lib/framework-sdkextensions-removed.txt
      current/sdk_library/module-lib/framework-sdkextensions-stubs.jar
      current/sdk_library/module-lib/framework-sdkextensions.srcjar
      current/sdk_library/module-lib/framework-sdkextensions.txt
      current/sdk_library/module-lib/framework-sdkextensions_annotations.zip
      
      Built here: ab/T1010097
      
      This build IS suitable for public release.
      
      The change is generated with prebuilt drop tool.
      
      Test: presubmit
      Bug: 337043687
      Change-Id: Ie5e4f8b6a0cc080cefa8acf955c7c3a91e451aa6
      c03ca4ee
  8. May 30, 2024
  9. May 29, 2024
  10. May 24, 2024
    • Katya Bychkouskaya's avatar
      DO NOT MERGE: Drop prebuilt files to android source tree. · c7d09b1b
      Katya Bychkouskaya authored
      The following files have been updated as part of this change:
      
      current/Android.bp
      current/snapshot-creation-build-number.txt
      current/hiddenapi/annotation-flags.csv
      current/hiddenapi/filtered-flags.csv
      current/hiddenapi/filtered-stub-flags.csv
      current/hiddenapi/index.csv
      current/hiddenapi/metadata.csv
      current/hiddenapi/signature-patterns.csv
      current/licenses/build/soong/licenses/LICENSE
      current/sdk_library/system/framework-sdkextensions-removed.txt
      current/sdk_library/system/framework-sdkextensions-stubs.jar
      current/sdk_library/system/framework-sdkextensions.srcjar
      current/sdk_library/system/framework-sdkextensions.txt
      current/sdk_library/system/framework-sdkextensions_annotations.zip
      current/sdk_library/public/framework-sdkextensions-removed.txt
      current/sdk_library/public/framework-sdkextensions-stubs.jar
      current/sdk_library/public/framework-sdkextensions.srcjar
      current/sdk_library/public/framework-sdkextensions.txt
      current/sdk_library/public/framework-sdkextensions_annotations.zip
      current/sdk_library/module-lib/framework-sdkextensions-removed.txt
      current/sdk_library/module-lib/framework-sdkextensions-stubs.jar
      current/sdk_library/module-lib/framework-sdkextensions.srcjar
      current/sdk_library/module-lib/framework-sdkextensions.txt
      current/sdk_library/module-lib/framework-sdkextensions_annotations.zip
      
      Built here: ab/T1010059
      
      This build IS suitable for public release.
      
      The change is generated with prebuilt drop tool.
      
      Test: presubmit
      Bug: 316907886
      Change-Id: I28ed8e965761419102200e536905f2f99efb4b52
      c7d09b1b
    • Mårten Kongstad's avatar
      Finalize artifacts for extension SDK 13 · e2d380e3
      Mårten Kongstad authored
      Import from build id 11885099.
      
      Generated with:
      $ packages/modules/common/tools/finalize_sdk.py -r 'Finalized together with Android 35 (all modules)' -b 340822159 -f 13 11885099
      
      Bug: 340822159
      Test: presubmit
      Change-Id: Ib348ac0736e1f07c64762db2c513151e3f249a24
      e2d380e3
    • Mårten Kongstad's avatar
      Revert "Finalize artifacts for extension SDK 13" · 824c5e51
      Mårten Kongstad authored
      This reverts commit 41b1cbbf.
      
      Reason: prepare the Android 35 + SDK extensions 13
      prebuilts/{sdk,module_sdk} drop to be redone using a later official
      build.
      
      Bug: 340822159
      Test: presubmit
      Change-Id: Ide342a800af5b58caacabc4b146e4f009b0816bf
      824c5e51
  11. May 22, 2024
    • Spandan Das's avatar
      Drop separation between BA and Go module sdk · fa739819
      Spandan Das authored
      Since BA and Go module sdk contain the same Apis, we no longer need to
      maintain two separate SDKs.
      
      Summary:
      - rm -rf go/current
      - remove blueprint_package_include from current/Android.bp. This ensures
        the soong modules in this Android.bp are not ignored when building go
      devices.
      
      Bug: 308188212
      Test: lunch cf_x86_64_phone-trunk_staging-userdebug && m nothing (BA)
      Test: mokey_go32-trunk_staging-userdebug && m nothing (Go)
      Change-Id: I9bdf7877c0cfb1eef7e9c56c8297d0904e436f84
      Merged-In: I9bdf7877c0cfb1eef7e9c56c8297d0904e436f84
      fa739819
  12. May 21, 2024
  13. May 17, 2024
    • Spandan Das's avatar
      Drop separation between BA and Go module sdk · 535267a0
      Spandan Das authored
      Since BA and Go module sdk contain the same Apis, we no longer need to
      maintain two separate SDKs.
      
      Summary:
      - rm -rf go/current
      - remove blueprint_package_include from current/Android.bp. This ensures
        the soong modules in this Android.bp are not ignored when building go
      devices.
      
      Bug: 308188212
      Test: lunch cf_x86_64_phone-trunk_staging-userdebug && m nothing (BA)
      Test: mokey_go32-trunk_staging-userdebug && m nothing (Go)
      Change-Id: I9bdf7877c0cfb1eef7e9c56c8297d0904e436f84
      535267a0
  14. May 07, 2024
  15. Apr 15, 2024
  16. Apr 12, 2024
    • Olga Ermilova's avatar
      DO NOT MERGE: Drop prebuilt files to android source tree. · 53020e2e
      Olga Ermilova authored
      The following files have been updated as part of this change:
      
      current/Android.bp
      current/snapshot-creation-build-number.txt
      current/sdk_library/public/framework-sdkextensions-removed.txt
      current/sdk_library/public/framework-sdkextensions-stubs.jar
      current/sdk_library/public/framework-sdkextensions.srcjar
      current/sdk_library/public/framework-sdkextensions.txt
      current/sdk_library/public/framework-sdkextensions_annotations.zip
      current/sdk_library/module-lib/framework-sdkextensions-removed.txt
      current/sdk_library/module-lib/framework-sdkextensions-stubs.jar
      current/sdk_library/module-lib/framework-sdkextensions.srcjar
      current/sdk_library/module-lib/framework-sdkextensions.txt
      current/sdk_library/module-lib/framework-sdkextensions_annotations.zip
      current/sdk_library/system/framework-sdkextensions-removed.txt
      current/sdk_library/system/framework-sdkextensions-stubs.jar
      current/sdk_library/system/framework-sdkextensions.srcjar
      current/sdk_library/system/framework-sdkextensions.txt
      current/sdk_library/system/framework-sdkextensions_annotations.zip
      current/licenses/build/soong/licenses/LICENSE
      current/hiddenapi/annotation-flags.csv
      current/hiddenapi/filtered-flags.csv
      current/hiddenapi/filtered-stub-flags.csv
      current/hiddenapi/index.csv
      current/hiddenapi/metadata.csv
      current/hiddenapi/signature-patterns.csv
      
      Built here: ab/T1009900
      
      This build IS suitable for public release.
      
      The change is generated with prebuilt drop tool.
      
      Test: presubmit
      Bug: 333826936
      Change-Id: I03dd75bcb4a07bd946508e0bf3d857f63328675d
      Merged-In: I19f3fdf65ba725e28e96b0b34bce7377ec1589e9
      53020e2e
  17. Apr 04, 2024
  18. Apr 03, 2024
    • Vinod Pavan Kumar Idapalapati's avatar
      DO NOT MERGE: Drop prebuilt files to android source tree. · b6276586
      Vinod Pavan Kumar Idapalapati authored
      The following files have been updated as part of this change:
      
      go/current/Android.bp
      go/current/snapshot-creation-build-number.txt
      go/current/sdk_library/public/framework-sdkextensions-removed.txt
      go/current/sdk_library/public/framework-sdkextensions-stubs.jar
      go/current/sdk_library/public/framework-sdkextensions.srcjar
      go/current/sdk_library/public/framework-sdkextensions.txt
      go/current/sdk_library/public/framework-sdkextensions_annotations.zip
      go/current/sdk_library/module-lib/framework-sdkextensions-removed.txt
      go/current/sdk_library/module-lib/framework-sdkextensions-stubs.jar
      go/current/sdk_library/module-lib/framework-sdkextensions.srcjar
      go/current/sdk_library/module-lib/framework-sdkextensions.txt
      go/current/sdk_library/module-lib/framework-sdkextensions_annotations.zip
      go/current/sdk_library/system/framework-sdkextensions-removed.txt
      go/current/sdk_library/system/framework-sdkextensions-stubs.jar
      go/current/sdk_library/system/framework-sdkextensions.srcjar
      go/current/sdk_library/system/framework-sdkextensions.txt
      go/current/sdk_library/system/framework-sdkextensions_annotations.zip
      go/current/hiddenapi/annotation-flags.csv
      go/current/hiddenapi/filtered-flags.csv
      go/current/hiddenapi/filtered-stub-flags.csv
      go/current/hiddenapi/index.csv
      go/current/hiddenapi/metadata.csv
      go/current/hiddenapi/signature-patterns.csv
      go/current/licenses/build/soong/licenses/LICENSE
      
      Built here: ab/T1009843
      
      This build IS suitable for public release.
      
      The change is generated with prebuilt drop tool.
      
      Test: presubmit
      Bug: 324242506
      Change-Id: I7c7c5980f464a7f8a263fcfefc2e9dda53db6765
      b6276586
    • Vinod Pavan Kumar Idapalapati's avatar
      DO NOT MERGE: Drop prebuilt files to android source tree. · 330e8f17
      Vinod Pavan Kumar Idapalapati authored
      The following files have been updated as part of this change:
      
      current/Android.bp
      current/snapshot-creation-build-number.txt
      current/sdk_library/public/framework-sdkextensions-removed.txt
      current/sdk_library/public/framework-sdkextensions-stubs.jar
      current/sdk_library/public/framework-sdkextensions.srcjar
      current/sdk_library/public/framework-sdkextensions.txt
      current/sdk_library/public/framework-sdkextensions_annotations.zip
      current/sdk_library/module-lib/framework-sdkextensions-removed.txt
      current/sdk_library/module-lib/framework-sdkextensions-stubs.jar
      current/sdk_library/module-lib/framework-sdkextensions.srcjar
      current/sdk_library/module-lib/framework-sdkextensions.txt
      current/sdk_library/module-lib/framework-sdkextensions_annotations.zip
      current/sdk_library/system/framework-sdkextensions-removed.txt
      current/sdk_library/system/framework-sdkextensions-stubs.jar
      current/sdk_library/system/framework-sdkextensions.srcjar
      current/sdk_library/system/framework-sdkextensions.txt
      current/sdk_library/system/framework-sdkextensions_annotations.zip
      current/hiddenapi/annotation-flags.csv
      current/hiddenapi/filtered-flags.csv
      current/hiddenapi/filtered-stub-flags.csv
      current/hiddenapi/index.csv
      current/hiddenapi/metadata.csv
      current/hiddenapi/signature-patterns.csv
      current/licenses/build/soong/licenses/LICENSE
      
      Built here: ab/T1009843
      
      This build IS suitable for public release.
      
      The change is generated with prebuilt drop tool.
      
      Test: presubmit
      Bug: 324242506
      Change-Id: I19f3fdf65ba725e28e96b0b34bce7377ec1589e9
      330e8f17
  19. Mar 28, 2024
  20. Mar 27, 2024
    • Katya Bychkouskaya's avatar
      DO NOT MERGE: Drop prebuilt files to android source tree. · 7ab98e64
      Katya Bychkouskaya authored
      The following files have been updated as part of this change:
      
      go/current/Android.bp
      go/current/snapshot-creation-build-number.txt
      go/current/licenses/build/soong/licenses/LICENSE
      go/current/sdk_library/module-lib/framework-sdkextensions-removed.txt
      go/current/sdk_library/module-lib/framework-sdkextensions-stubs.jar
      go/current/sdk_library/module-lib/framework-sdkextensions.srcjar
      go/current/sdk_library/module-lib/framework-sdkextensions.txt
      go/current/sdk_library/module-lib/framework-sdkextensions_annotations.zip
      go/current/sdk_library/public/framework-sdkextensions-removed.txt
      go/current/sdk_library/public/framework-sdkextensions-stubs.jar
      go/current/sdk_library/public/framework-sdkextensions.srcjar
      go/current/sdk_library/public/framework-sdkextensions.txt
      go/current/sdk_library/public/framework-sdkextensions_annotations.zip
      go/current/sdk_library/system/framework-sdkextensions-removed.txt
      go/current/sdk_library/system/framework-sdkextensions-stubs.jar
      go/current/sdk_library/system/framework-sdkextensions.srcjar
      go/current/sdk_library/system/framework-sdkextensions.txt
      go/current/sdk_library/system/framework-sdkextensions_annotations.zip
      go/current/hiddenapi/annotation-flags.csv
      go/current/hiddenapi/filtered-flags.csv
      go/current/hiddenapi/filtered-stub-flags.csv
      go/current/hiddenapi/index.csv
      go/current/hiddenapi/metadata.csv
      go/current/hiddenapi/signature-patterns.csv
      
      Built here: ab/T1009772
      
      This build IS suitable for public release.
      
      The change is generated with prebuilt drop tool.
      
      Test: presubmit
      Bug: 324242503
      Change-Id: I223ff5bb686088e2c04f14e6807c143ddfabacb7
      7ab98e64
    • Katya Bychkouskaya's avatar
      DO NOT MERGE: Drop prebuilt files to android source tree. · a4abb54b
      Katya Bychkouskaya authored
      The following files have been updated as part of this change:
      
      current/Android.bp
      current/snapshot-creation-build-number.txt
      current/licenses/build/soong/licenses/LICENSE
      current/sdk_library/module-lib/framework-sdkextensions-removed.txt
      current/sdk_library/module-lib/framework-sdkextensions-stubs.jar
      current/sdk_library/module-lib/framework-sdkextensions.srcjar
      current/sdk_library/module-lib/framework-sdkextensions.txt
      current/sdk_library/module-lib/framework-sdkextensions_annotations.zip
      current/sdk_library/public/framework-sdkextensions-removed.txt
      current/sdk_library/public/framework-sdkextensions-stubs.jar
      current/sdk_library/public/framework-sdkextensions.srcjar
      current/sdk_library/public/framework-sdkextensions.txt
      current/sdk_library/public/framework-sdkextensions_annotations.zip
      current/sdk_library/system/framework-sdkextensions-removed.txt
      current/sdk_library/system/framework-sdkextensions-stubs.jar
      current/sdk_library/system/framework-sdkextensions.srcjar
      current/sdk_library/system/framework-sdkextensions.txt
      current/sdk_library/system/framework-sdkextensions_annotations.zip
      current/hiddenapi/annotation-flags.csv
      current/hiddenapi/filtered-flags.csv
      current/hiddenapi/filtered-stub-flags.csv
      current/hiddenapi/index.csv
      current/hiddenapi/metadata.csv
      current/hiddenapi/signature-patterns.csv
      
      Built here: ab/T1009772
      
      This build IS suitable for public release.
      
      The change is generated with prebuilt drop tool.
      
      Test: presubmit
      Bug: 324242503
      Change-Id: I113b9892d01715aa99aa82adc7d961308fda636b
      a4abb54b
  21. Mar 07, 2024
Loading