Raju Kulkarni
a48ca0aa22
Creating a version bump for releasing Build tools that are Universal Binaries
...
The diff for this CL might show version number
being updated from 32.0.0 rc1 to 32.1.0
But the current public version of Build tools is not 32.0.0 rc1.
This is just the state of the version number in master.
Public version released from sc-v2-dev actually is not
the RC version but the final version 32.0.0
Bug: 209808897
Change-Id: I271bae601e475217f8043600de43a95ef25a9f80
Test: N/A
2021-12-15 23:47:05 +00:00
Treehugger Robot
c63ccb6d2f
Merge "Updating Platform tools package revision number. Since SDK and NDK finalized API level will be bumped to 32 with their release on 12/8/2021 lets bump up the package version number for Platform tools to keep consistent with it." am: 8fb78e1ffe am: c5f7a68758 am: 33e8506efb am: 21a8382038
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1914228
Change-Id: I8a1a35e3887377c9e18996223f863dee92a99820
2021-12-08 07:41:00 +00:00
Treehugger Robot
21a8382038
Merge "Updating Platform tools package revision number. Since SDK and NDK finalized API level will be bumped to 32 with their release on 12/8/2021 lets bump up the package version number for Platform tools to keep consistent with it." am: 8fb78e1ffe am: c5f7a68758 am: 33e8506efb
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1914228
Change-Id: I720c0076093ca6ccd794472340683a2d2b585115
2021-12-08 07:24:09 +00:00
Treehugger Robot
c5f7a68758
Merge "Updating Platform tools package revision number. Since SDK and NDK finalized API level will be bumped to 32 with their release on 12/8/2021 lets bump up the package version number for Platform tools to keep consistent with it." am: 8fb78e1ffe
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1914228
Change-Id: I7a7c71438880823616a1e696dde71fbfc25a9375
2021-12-08 06:48:02 +00:00
Raju Kulkarni
686314821a
Updating Platform tools package revision number. Since SDK and NDK finalized API level will be bumped to 32 with their release on 12/8/2021 lets bump up the package version number for Platform tools to keep consistent with it.
...
Bug: 209692335
Change-Id: Ibc78dfd6988b8eb2eaa61da2f7b5fb17978d9068
Test: N/A
2021-12-08 00:24:47 +00:00
Raju Kulkarni
28e49ea93b
[DO NOT MERGE] SDK has been finalized for sc-v2-dev. API level is now 32. So remoing rc suffix from Build tools version number. And resetting the SDK to r1 of the API level which is now API 32 am: 84637a4834
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/16275978
Change-Id: I9ea7930eb5383ee987fe87872b04c265e85eef98
2021-11-16 20:10:14 +00:00
Raju Kulkarni
84637a4834
[DO NOT MERGE] SDK has been finalized for sc-v2-dev. API level is now 32. So remoing rc suffix from Build tools version number. And resetting the SDK to r1 of the API level which is now API 32
...
Bug: 202916060
Change-Id: Ia4fc9d87cfc3133d757d35cefcf38d792c114dc6
2021-11-16 18:56:14 +00:00
Xin Li
8ec2dc2746
Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918
...
Bug: 205056467
Merged-In: I317342f66ebab949158f9d8480f57eacfa5c786d
Change-Id: I618a1982de47f98ec852ca1158b713f30805685e
2021-11-10 08:05:42 +00:00
Neha Jain
4e62d9c44a
[DO NOT MERGE] Update API 32 release config and emulator files for SC-V2 Beta 1 am: 3b426b047b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/16169193
Change-Id: I2787c137f9842deb9d138fe2b7f6d589258a2dcc
2021-11-02 18:07:20 +00:00
Neha Jain
3b426b047b
[DO NOT MERGE] Update API 32 release config and emulator files for SC-V2 Beta 1
...
Bug: 204814503
Change-Id: I83879f05804d40fa502ff2046ce17aa6f6d1d196
2021-11-02 06:27:31 +00:00
Treehugger Robot
68e3c834bc
Merge "Add Android.bp-based definitions for host sdk-repos" am: 036ddeba4c am: ea1db82614 am: 50fd203cf7 am: 2bd9535f87
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1827791
Change-Id: I57fd2d9b5717fbb0315e53f3a940307a5f5ea3bd
2021-10-15 20:26:46 +00:00
Treehugger Robot
50fd203cf7
Merge "Add Android.bp-based definitions for host sdk-repos" am: 036ddeba4c am: ea1db82614
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1827791
Change-Id: I0d15354a0546da9b4e3beb4c3204d66575b40a57
2021-10-15 19:52:03 +00:00
Dan Willemsen
17df46e334
Add Android.bp-based definitions for host sdk-repos
...
So that these can be built independently from the large sdk zip. The old
Make-based implementation created this as part of the large sdk zip,
then extracted it from that zip file.
This topic only adds the new definitions under a different filename,
full replacement will come in a follow-on CL.
Once we fully transitions to this mechanism, we'll be able to turn down
most modules on Macs, only building these and their dependencies.
Bug: 187222815
Change-Id: If6be8dd573a323ef8b343bc86116ffa3d43922a5
2021-10-12 20:45:15 -07:00
Anton Hansson
48c492ed9f
Add sdk extension version info to prop templates
...
This adds two new properties alongside AndroidVersion.ApiLevel:
- AndroidVersion.ExtensionLevel: The sdk extension version if the SDK
- AndroidVersion.IsBaseSdk: Whether the extension level is the the one
that the ApiLevel shipped with (true), or if is an extension SDK
release (false).
While we're here, dedupe the recipe that processes these templates.
Bug: 195281582
Test: m out/host/linux-x86/development/sdk/platform_source.properties
and inspect the substitution is working
Change-Id: Ieea20731aed2e0f35bbe4cfd8ca596cf11f4b3bc
Merged-In: Ieea20731aed2e0f35bbe4cfd8ca596cf11f4b3bc
(cherry picked from commit cf2f42c36b7997e9ce87682bb3a5511bdb72936f)
2021-08-31 17:42:12 +00:00
Anton Hansson
f9355bc2cc
Merge "Add sdk extension version info to prop templates" into sc-dev-plus-aosp am: 538c18b677 am: 310344483f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/15684826
Change-Id: I3ab61a92dff6b16de8b462b0c530ac198465979f
2021-08-31 11:10:51 +00:00
Anton Hansson
786bf26e3a
Add sdk extension version info to prop templates
...
This adds two new properties alongside AndroidVersion.ApiLevel:
- AndroidVersion.ExtensionLevel: The sdk extension version if the SDK
- AndroidVersion.IsBaseSdk: Whether the extension level is the the one
that the ApiLevel shipped with (true), or if is an extension SDK
release (false).
While we're here, dedupe the recipe that processes these templates.
Bug: 195281582
Test: m out/host/linux-x86/development/sdk/platform_source.properties
and inspect the substitution is working
Change-Id: Ieea20731aed2e0f35bbe4cfd8ca596cf11f4b3bc
(cherry picked from commit cf2f42c36b7997e9ce87682bb3a5511bdb72936f)
2021-08-27 17:41:03 +01:00
Neha Jain
7f791b0cd8
<RESTRICT AUTOMERGE>Update release config and emulator files for Android S(API 31) Beta5 am: f38a7d0deb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/15670419
Change-Id: I79cc84e1a854ae3d08cb501bf48c794f5c93f70c
2021-08-25 05:40:45 +00:00
Neha Jain
f38a7d0deb
<RESTRICT AUTOMERGE>Update release config and emulator files for Android S(API 31) Beta5
...
Bug: 197685598
Change-Id: I7144208678e4a485b2bf8616b82f5e6da0409247
2021-08-25 04:31:18 +00:00
Neha Jain
3586c39d67
Update API 32 release config and emulator files am: 3dd4292214
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/15454801
Change-Id: Ie9cd093f5aec82190ea6ae4663fc09eff842c7ea
2021-08-10 22:04:20 +00:00
Neha Jain
3dd4292214
Update API 32 release config and emulator files
...
Bug: 195422945
Change-Id: I3b64f89084373904931733c986fe68ee7f8dfd65
2021-08-03 17:41:19 +00:00
Josh Gao
8b610b2723
Merge "Increment platform-tools version to 31.0.3." am: 65fea01166 am: ff486c36a2
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1745375
Change-Id: I2ff1a2c88c1c2dc4d5285664e6c5597d20737f44
2021-06-24 04:20:55 +00:00
Josh Gao
464de6e2d5
Increment platform-tools version to 31.0.3.
...
Test: none
Change-Id: Ibafcc438450b0a1f56fdc34366ef078d989899a0
2021-06-23 17:06:45 -07:00
Raju Kulkarni
783a29a1b2
Bump version number for Beta3. Since this is Finalized SDK we reset the values to next API level
...
Test: N/A
Bug: b/190226779
Change-Id: Iab4ace0a5036d58afee463acc161126786bc53da
2021-06-04 23:12:50 +00:00
Søren Gjesse
a901356832
Merge "Remove DX from the SDK" am: a5b6f93ff2 am: a2c173be97 am: 0b05fe7f8f
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1681270
Change-Id: I3d0b57e94b7c88dca24be52a94cd8c0ba93a0243
2021-04-21 10:51:50 +00:00
Søren Gjesse
005a6f340f
Remove DX from the SDK
...
Deprecation and removal of support of DX was announced here:
https://android-developers.googleblog.com/2020/02/the-path-to-dx-deprecation.html .
There is says:
As of On Feb 1st, 2021, we’ll move to step 3, removing DX fully from
Android Studio and any other build environments.
Test: m sdk
Test: m win_sdk
Bug: 185479734
Bug: 73711890
Change-Id: I2fdbab7ce7ab50a637baf523ae5c2e87ab01fb8c
2021-04-20 16:55:43 +00:00
Neha Jain
10cbdd49a3
Update release config and emulator files for Android S(API 31) Beta2
...
Bug: 185861247
Change-Id: I0cbf325041c9b7618378390c4d87beea9daecf78
2021-04-20 06:19:29 +00:00
Neha Jain
9d57a6cea6
Update release config and emulator files for Android S(API 31) Beta1
...
Bug: 185838357
Change-Id: I5a0f0aa1f49b8bd6e6a85462283bb2f7f3ad7776
2021-04-20 00:39:39 +00:00
Søren Gjesse
a560627ab3
Merge "Revert "Remove DX from the SDK"" am: 4e005d8a1c am: 783a0df53e am: 08412579dd
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1679488
Change-Id: I8e5940a3297dbae3a61c91c341a02b2aca9e0ead
2021-04-19 15:48:39 +00:00
Søren Gjesse
5d721b12cd
Merge "Remove DX from the SDK" am: 5064ab0df2 am: bc3752e0aa am: 03aecca430
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1677226
Change-Id: I409cfd6133c038ca14578a64428062a2ce4d2309
2021-04-19 14:53:51 +00:00
Søren Gjesse
a62cbeefdf
Revert "Remove DX from the SDK"
...
This reverts commit 97c4f4304a .
Reason for revert: Build breakage
Change-Id: I24db691da0ff4bfdf95db611928084486183b3a7
2021-04-19 14:26:56 +00:00
Søren Gjesse
97c4f4304a
Remove DX from the SDK
...
Deprecation and removal of support of DX was announced here:
https://android-developers.googleblog.com/2020/02/the-path-to-dx-deprecation.html .
There is says:
As of On Feb 1st, 2021, we’ll move to step 3, removing DX fully from
Android Studio and any other build environments.
Test: m sdk
Bug: 185479734
Bug: 73711890
Change-Id: I2d7601037ed4135e00cf48b4b9f490a86fec90cb
2021-04-19 13:39:03 +00:00
Treehugger Robot
24b8e8f996
Merge "Bump platform-tools version number" am: f3a4f3f966 am: 585e33ba5c am: 94af362628
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1647232
Change-Id: I9fd9da6346462808e44314d7153a3878ac44a85c
2021-03-20 09:02:15 +00:00
Raju Kulkarni
d05c21bfd3
Bump platform-tools version number
...
Bug: 183233790
Test: N/A
Change-Id: Ib24c3b593102fb6c5b4f76cb6d9b106778fe8b95
2021-03-19 22:42:00 +00:00
Neha Jain
c2dc037dad
Update release config and emulator files for Android S(API 31) DP3
...
Bug: 183043978
Change-Id: Ic1003c0b596653b629bd1e23bf2c58a19b1f0056
2021-03-19 20:35:35 +00:00
Josh Gao
0fd2a4e13e
Merge "Increment platform-tools version to 31.0.1." am: c3043eaa4b am: 1d215a4530 am: 959148b45e
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1612365
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I23662d1bd42ec98ce0ccac8662624e63cd4e2b23
2021-03-03 02:21:27 +00:00
Josh Gao
e0a2abb78e
Increment platform-tools version to 31.0.1.
...
Test: none
Change-Id: Ie76bb225a859cd5cc99ac48b73ce68650e168d0d
2021-03-01 23:18:01 -08:00
Neha Jain
1a11af7686
Update release config and emulator files for Android S(API 31) DP2
...
Bug: 180273604
Change-Id: I3f75b638598cd9ee3d9ae2224b1c43e492416a8e
2021-02-16 08:21:02 +00:00
Treehugger Robot
73272bf578
Merge "[LSC] Add LOCAL_LICENSE_KINDS to development" am: d6b1cbf769 am: 4d108c6ffe am: 483ddf28c8
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1589100
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I8bfb99db5af219de8b7c6844b99006009152bbe8
2021-02-16 01:02:14 +00:00
Bob Badour
f7cf305656
[LSC] Add LOCAL_LICENSE_KINDS to development
...
Added SPDX-license-identifier-Apache-2.0 to:
apps/BluetoothDebug/Android.bp
apps/BuildWidget/Android.bp
apps/CustomLocale/Android.bp
apps/DevelopmentSettings/Android.bp
apps/Fallback/Android.bp
apps/GestureBuilder/Android.bp
apps/NinePatchLab/Android.bp
apps/OBJViewer/Android.bp
apps/PushApiAuthenticator/Android.bp
apps/PushApiTestAppOne/Android.bp
apps/PushApiTestAppTwo/Android.bp
apps/SdkSetup/Android.bp
apps/SettingInjectorSample/Android.bp
apps/WidgetPreview/Android.bp
apps/launchperf/Android.bp
cmds/monkey/Android.mk
gsi/gsi_util/Android.bp
gsi/repack_super_image/Android.bp
host/windows/Android.bp
python-packages/Android.bp
samples/AccelerometerPlay/Android.bp
samples/AdaptiveIconSample/Android.bp
samples/AliasActivity/Android.bp
samples/AndroidBeamDemo/Android.bp
samples/AppNavigation/Android.bp
samples/AutofillKeyboard/Android.bp
samples/BackupRestore/Android.bp
samples/BasicGLSurfaceView/Android.bp
samples/BluetoothChat/Android.bp
samples/BrokenKeyDerivation/Android.bp
samples/BrokenKeyDerivation/tests/Android.bp
samples/BusinessCard/Android.bp
samples/Compass/Android.bp
samples/ContactManager/Android.bp
samples/CubeLiveWallpaper/Android.bp
samples/DataWiper/Android.bp
samples/DeviceAdminWhitelistedAccount/Android.bp
samples/FixedGridLayout/Android.bp
samples/HeavyWeight/Android.bp
samples/HelloActivity/Android.bp
samples/HelloActivity/tests/Android.bp
samples/HelloEffects/Android.bp
samples/Home/Android.bp
samples/HoneycombGallery/Android.bp
samples/InlineFillService/Android.bp
samples/JetBoy/Android.bp
samples/LceDemo/Android.bp
samples/LunarLander/Android.bp
samples/LunarLander/tests/Android.bp
samples/MultiResolution/Android.bp
samples/MultiWindow/Android.bp
samples/MySampleRss/Android.bp
samples/NotePad/Android.bp
samples/Obb/Android.bp
samples/RSSReader/Android.bp
samples/ReceiveShareDemo/Android.bp
samples/SampleSyncAdapter/Android.bp
samples/SimpleJNI/Android.bp
samples/SimpleJNI/jni/Android.bp
samples/SipDemo/Android.bp
samples/SkeletonApp/Android.bp
samples/SkeletonApp/tests/Android.bp
samples/Snake/Android.bp
samples/Snake/tests/Android.bp
samples/SoftKeyboard/Android.bp
samples/SpellChecker/HelloSpellChecker/Android.bp
samples/SpellChecker/SampleSpellCheckerService/Android.bp
samples/StackWidget/Android.bp
samples/ThemedNavBarKeyboard/Android.bp
samples/ToyVpn/Android.bp
samples/TtsEngine/Android.bp
samples/USB/AdbTest/Android.bp
samples/USB/MissileLauncher/Android.bp
samples/UiAutomator/Android.mk
samples/Vault/Android.bp
samples/Vault/tests/Android.bp
samples/VoiceRecognitionService/Android.bp
samples/VoicemailProviderDemo/Android.bp
samples/WeatherListWidget/Android.bp
samples/WiFiDirectDemo/Android.bp
samples/WiFiDirectServiceDiscovery/Android.bp
samples/Wiktionary/Android.bp
samples/WiktionarySimple/Android.bp
samples/XmlAdapters/Android.bp
samples/apkcachetest/Android.bp
samples/training/NsdChat/Android.bp
scripts/Android.bp
testrunner/Android.mk
testrunner/tests/Android_native.mk
tools/apkcheck/Android.bp
tools/bugreport/Android.bp
tools/etc1tool/Android.bp
tools/idegen/Android.bp
tools/mkstubs/Android.bp
tools/rmtypedefs/Android.bp
vndk/Android.bp
vndk/tools/Android.bp
vndk/tools/elfcheck/Android.bp
vndk/tools/header-checker/Android.bp
vndk/tools/header-checker/src/repr/protobuf/proto/Android.bp
vndk/tools/header-checker/tests/integration/ifunc/Android.bp
vndk/tools/header-checker/tests/integration/version_script_example/Android.bp
vndk/tools/image-diff-tool/Android.bp
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD
SPDX-license-identifier-CPL-1.0 SPDX-license-identifier-MIT
SPDX-license-identifier-Unicode-DFS SPDX-license-identifier-W3C
legacy_restricted legacy_unencumbered
to:
Android.bp
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-CPL-1.0
to:
samples/SearchableDictionary/Android.bp
Added SPDX-license-identifier-Apache-2.0 legacy_unencumbered
to:
tools/Android.bp
Added SPDX-license-identifier-BSD SPDX-license-identifier-CPL-1.0
SPDX-license-identifier-MIT SPDX-license-identifier-Unicode-DFS
SPDX-license-identifier-W3C
to:
sdk/Android.bp
Added legacy_restricted
to:
samples/KeyChainDemo/Android.bp
tools/line_endings/Android.bp
vndk/tools/definition-tool/datasets/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: I9847e00fb4278bc083b4debbc751003c995ea45c
2021-02-12 17:13:45 -08:00
Josh Gao
8367ed81d0
Merge "Increment platform-tools version to 31.0.0." am: cfacb78776 am: 58c5cdc32a am: 2987b19664
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1564416
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ic827e9dc6ccb2c0c0e4583fe99af87c5999d9fa4
2021-01-29 23:10:31 +00:00
Josh Gao
2dc5c8aa70
Increment platform-tools version to 31.0.0.
...
Test: none
Change-Id: Icc76da55bb0808f0059f8d462040e7f1109a33b6
2021-01-28 15:47:16 -08:00
Neha Jain
77ef6f2f14
Bump version number for SDK, Build tools and emulator images for Android S preview1, updating arm props as well
...
Bug: 177075973
Change-Id: Id7cf372d8e22e48492fc04c4ae5b0ff92bc8497c
2021-01-11 18:08:48 +00:00
Xin Li
2324b78a22
DO NOT MERGE - Merge RQ1A.201205.011
...
Bug: 172690556
Merged-In: I025c0d96e77b7355baddac935779c6b27f3042e3
Change-Id: I22fee72738abe8efa77c138e1f85d6c08e8310d5
2020-12-07 00:39:38 -08:00
Neha Jain
32aada6f9f
Updating build-tools package revision number to ship a hot fix for b/169193089
...
Bug: 169193089
Change-Id: I025c0d96e77b7355baddac935779c6b27f3042e3
Test: N/A
(cherry picked from commit 81daa26558 )
2020-11-04 04:00:41 +00:00
Neha Jain
3cc69bc73e
Updating build-tools package revision number to ship a hot fix for b/169193089 am: 81daa26558 am: 5ba9c06be9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/12968794
Change-Id: Ia71e335f7c300832034b613e1a4337abfe560784
2020-11-02 23:03:18 +00:00
Neha Jain
81daa26558
Updating build-tools package revision number to ship a hot fix for b/169193089
...
Bug: 169193089
Change-Id: I025c0d96e77b7355baddac935779c6b27f3042e3
Test: N/A
2020-11-02 19:58:24 +00:00
Xin Li
fb486680d5
Merge ab/6749736 in stage.
...
Bug: 167233921
Merged-In: Ib2b2aad76699226b54a0ea9b98dacdea1527363d
Change-Id: I8d3e3c35a7c8d268b916c01eb5f2e065cbb5bf24
2020-10-08 22:57:45 -07:00
Xin Li
85103c3ebd
Merge "Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)" into stage-aosp-master
2020-09-01 20:01:28 +00:00
Josh Gao
4ab01796c3
Merge "Increment platform-tools version to 30.0.5." am: 68d61b793d am: 7145314ecc
...
Original change: https://android-review.googlesource.com/c/platform/development/+/1414053
Change-Id: I65782185be027afbb3c1c46739033ba036cb3dd3
2020-08-27 23:52:19 +00:00
Josh Gao
af86588ebb
Increment platform-tools version to 30.0.5.
...
Test: none
Change-Id: I596cfd21d4c7915b33b69e93f6c6a3f3befd543c
2020-08-27 15:47:16 -07:00