summaryrefslogtreecommitdiffstats
path: root/system_current
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGE - Update prebuilt SDK to LMX72Qiwen Zhao2014-12-111-0/+0
|
* Import translations. DO NOT MERGE - Update prebuilt SDK to LMX71Qiwen Zhao2014-12-101-0/+0
|
* Import translations. DO NOT MERGE - Update prebuilt SDK to LMX65Qiwen Zhao2014-12-041-0/+0
|
* Import translations. DO NOT MERGE - Update prebuilt SDK to LMX63Qiwen Zhao2014-12-021-0/+0
| | | | Change-Id: I8560f94917d8e0172939bd657a9e10226d0ac5e3
* Update system_current SDK to fix ub-webview-m39 breakage.Ignacio Solla2014-11-131-0/+0
| | | | | | Jar manually built from lmp-mr1-dev ToT at frameworks/base SHA1 a81b1cad2bc3c8eca7ae4046f79058daf02dc82c Change-Id: I7ea76ecad76fd1514d9df6a0a32972fe259eb5d7
* Import translations. DO NOT MERGE - Update prebuilt SDK to LMX44Qiwen Zhao2014-11-131-0/+0
| | | | Change-Id: I30290bff46518c413df51a450c5b383bde73dd6a
* Add prebuilt of android_system.jar as of build LRW76 #1434926Jose Lima2014-09-141-0/+0
| | | | | | | | | | | | | | | | | | | We added prebuilt SDK version "system_current". The android.jar was grabbed from the SDK build target's android_system.jar on the build page. Since we don't have system API of aidl, we don't need new framework.aidl. We just symlink system_current/framework.aidl to current/framework.aidl. With this change, you can build an app against the current version of system APIs in unbundled (tapas) build with: LOCAL_SDK_VERSION := system_current Later when API level 21 is settled down, we will add numberic system API levels such as system_21, so you can reference them with "LOCAL_SDK_VERSION := system_<number>". Change-Id: I244f4602d84646d6b05286f327b094de98d34a7d
* Add prebuilt of android_system.jar as of build LRW66B #1407495Ying Wang2014-09-042-0/+1
We added prebuilt SDK version "system_current". The android.jar was grabbed from the SDK build target's android_system.jar on the build page. Since we don't have system API of aidl, we don't need new framework.aidl. We just symlink system_current/framework.aidl to current/framework.aidl. With this change, you can build an app against the current version of system APIs in unbundled (tapas) build with: LOCAL_SDK_VERSION := system_current Later when API level 21 is settled down, we will add numberic system API levels such as system_21, so you can reference them with "LOCAL_SDK_VERSION := system_<number>". Bug: 17390410 Change-Id: I2a26ab7d9541398bc497d54b9de4a9c85e08df42