Remove unused files
[android_tools.git] / README.chromium
blob0c58ecbc0bf70b5a13b323eb3f2fdb42667ce382
1 Name: Android Tools (SDK/NDK)
2 URL: http://developer.android.com/sdk/index.html
3 Versions:
4   Android SDK Platform API 24
5   Android SDK Tools 24.4
6   Android SDK Platform-tools 24.0.1
7   Android SDK Build-tools 24.0.2
8   Android SDK Sources 23
9   Android Support Library 24.2.1
10   Google Cloud Messaging 3
11 Security Critical: no
12 License: Apache Version 2.0
14 Description:
15 The Android SDK/NDK provide API libraries and developer tools necessary to
16 build, test and debug for Android.
18 See ndk/README.chromium for more on the NDK.
20 Local Modifications:
22 -In ndk/
23 - See ndk/README.chromium.
24 -In sdk/
25 - Cherry-picked previous versions of dx.jar and uiautomator.jar
26 - Included the Android support library and required extras packages
27 - Added proguard.flags
28 - Removed unused resources from the support library (see crbug.com/372481)
29 - Updated trace-viewer script to r220 under sdk/tools/systrace.
30   Steps to update to the latest version of trace-viewer:
31     git clone https://android.googlesource.com/platform/external/chromium-trace
32     cd chromium-trace
33     ./update.py
34     cp script.js style.css $ANDROID_SDK_ROOT/tools/systrace
36 No other modifications has been made to the public Android SDK/NDK.