summaryrefslogtreecommitdiffstats
path: root/system_current
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-09-04 12:19:53 -0700
committerYing Wang <wangying@google.com>2014-09-04 12:19:53 -0700
commit4c095201beb0b6cb06d65ec7274a54504f7edbb4 (patch)
tree1f80b2e4db6d845b41791ee92ba7bed63bac4ec4 /system_current
parent0d2b0ec3612038432a1e874b048f1c5f9821d914 (diff)
downloadprebuilts_sdk-4c095201beb0b6cb06d65ec7274a54504f7edbb4.zip
prebuilts_sdk-4c095201beb0b6cb06d65ec7274a54504f7edbb4.tar.gz
prebuilts_sdk-4c095201beb0b6cb06d65ec7274a54504f7edbb4.tar.bz2
Add prebuilt of android_system.jar as of build LRW66B #1407495
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
Diffstat (limited to 'system_current')
-rw-r--r--system_current/android.jarbin0 -> 25998481 bytes
l---------system_current/framework.aidl1
2 files changed, 1 insertions, 0 deletions
diff --git a/system_current/android.jar b/system_current/android.jar
new file mode 100644
index 0000000..c020c28
--- /dev/null
+++ b/system_current/android.jar
Binary files differ
diff --git a/system_current/framework.aidl b/system_current/framework.aidl
new file mode 120000
index 0000000..b608b81
--- /dev/null
+++ b/system_current/framework.aidl
@@ -0,0 +1 @@
+../current/framework.aidl \ No newline at end of file