| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Change-Id: I8560f94917d8e0172939bd657a9e10226d0ac5e3
|
|
|
|
|
|
| |
Jar manually built from lmp-mr1-dev ToT at
frameworks/base SHA1 a81b1cad2bc3c8eca7ae4046f79058daf02dc82c
Change-Id: I7ea76ecad76fd1514d9df6a0a32972fe259eb5d7
|
|
|
|
| |
Change-Id: I30290bff46518c413df51a450c5b383bde73dd6a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|