blob: 8f29c9423dbdce17d2b3d13ab82bf04edf6003b8 [file]
Name: Android Tools (SDK/NDK)
URL: http://developer.android.com/sdk/index.html
Versions:
NDK r10e-rc4
Android SDK Platform API 22 rev 2
Android SDK Tools 24.3.3
Android SDK Platform-tools 22
Android SDK Build-tools 22
Android SDK Sources 22
Android Support Library 22.2.0
Google Cloud Messaging 3
Security Critical: no
License: Apache Version 2.0
Description:
The Android SDK/NDK provide API libraries and developer tools necessary to
build, test and debug for Android.
Local Modifications:
-In ndk/
- Removed old android platforms in platforms/
(anything under android-16)
- Cherry-picked
https://android-review.googlesource.com/#/c/150680/
to fix component build at -Oz.
-In sdk/
- Included the Android support library and required extras packages
- Added proguard.flags
- Removed unused resources from the support library (see crbug.com/372481)
- Updated trace-viewer script to r220 under sdk/tools/systrace.
Steps to update to the latest version of trace-viewer:
git clone https://android.googlesource.com/platform/external/chromium-trace
cd chromium-trace
./update.py
cp script.js style.css $ANDROID_SDK_ROOT/tools/systrace
No other modifications has been made to the public Android SDK/NDK.