Adds corresponding NPM lockfiles to package.json files. This enumerates dependencies...
[android_tools.git] / README.chromium
blob75f22d6223540262b9ca966fc0e0d8f46091455d
1 Name: Android Tools (SDK)
2 URL: http://developer.android.com/sdk/index.html
3 Versions:
4   Android SDK Platform API 28
5   Android SDK Tools 26.1.1
6   Android SDK Platform-tools 27.0.1
7   Android SDK Build-tools 27.0.3
8   Android SDK Sources 25
9   Android Support Library 23.2.1
10   Android Instant Apps 1.3.0
11   Android Lint 26.4.0-alpha04
12   Google Cloud Messaging 3
13 Security Critical: no
14 License: Apache Version 2.0
16 Description:
17 The Android SDK provide API libraries and developer tools necessary to
18 build, test and debug for Android.
20 Local Modifications:
22 - sdk/
23   - Cherry-picked previous version of tools/emma_device.jar, tools/emma.jar
24   - Included the Android support library and required extras packages.
25   - Removed unused resources from the support library (see crbug.com/372481)
26   - Added extras/chromium/.
27   - Cherry-picked build-tools/25.0.2/lib/dx.jar for byte_buddy, which
28     is used by mockito.
29 - sdk/tools-lint/
30   - Go to go/studio-master-grid
31   - Find the first green build under sdk_tools_linux
32   - Email tnorbye@google.com and cc android-devtools@ to determine if that build
33     can be used publicly.
34   - Click through to Artifacts.
35   - Click the copy icon at the right for sdk-repo-linux-tools-XXXXXXX.zip
36   - Use the copied command to download the zip.
37   - Unzip and rename tools to tools-lint and move to the right spot in our repo.
38   - Create CL and carbon copy tnorbye@google.com
39 - ndk/
40   - Will be deleted in a separate CL, replaced by third_party/android_ndk
42 No other modifications has been made to the public Android SDK.