summaryrefslogtreecommitdiffstats
path: root/5
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-11-29 10:23:55 -0800
committerYing Wang <wangying@google.com>2011-11-29 10:23:55 -0800
commitb335bb0453b866ff735c772666ec1af4a8563183 (patch)
tree817f3582e7dfa79a19964e4a9b9eba4c4e0cd2a2 /5
parentc10b88d2365e173f0038279d981f985bb48276ee (diff)
downloadprebuilts_sdk-b335bb0453b866ff735c772666ec1af4a8563183.zip
prebuilts_sdk-b335bb0453b866ff735c772666ec1af4a8563183.tar.gz
prebuilts_sdk-b335bb0453b866ff735c772666ec1af4a8563183.tar.bz2
Move prebuilt SDKs to their own git project.
Change-Id: I030bf99d6a8f2a313fdfde97f6456d80c199e524
Diffstat (limited to '5')
-rw-r--r--5/android.jarbin0 -> 4577683 bytes
-rw-r--r--5/framework.aidl36
2 files changed, 36 insertions, 0 deletions
diff --git a/5/android.jar b/5/android.jar
new file mode 100644
index 0000000..231085d
--- /dev/null
+++ b/5/android.jar
Binary files differ
diff --git a/5/framework.aidl b/5/framework.aidl
new file mode 100644
index 0000000..7dd234b
--- /dev/null
+++ b/5/framework.aidl
@@ -0,0 +1,36 @@
+interface android.accounts.IAccountManager;
+interface android.accounts.IAccountManagerResponse;
+interface android.accounts.IAccountAuthenticator;
+interface android.accounts.IAccountAuthenticatorResponse;
+parcelable android.app.Notification;
+parcelable android.app.PendingIntent;
+parcelable android.content.ComponentName;
+parcelable android.content.Intent;
+parcelable android.content.IntentSender;
+parcelable android.content.SyncStats;
+parcelable android.content.res.Configuration;
+parcelable android.appwidget.AppWidgetProviderInfo;
+parcelable android.net.Uri;
+parcelable android.os.Bundle;
+parcelable android.os.ParcelFileDescriptor;
+parcelable android.os.ParcelUuid;
+parcelable android.view.KeyEvent;
+parcelable android.view.MotionEvent;
+parcelable android.view.Surface;
+parcelable android.view.WindowManager.LayoutParams;
+parcelable android.widget.RemoteViews;
+interface com.android.internal.view.IInputContext;
+interface com.android.internal.view.IInputMethod;
+interface com.android.internal.view.IInputMethodCallback;
+interface com.android.internal.view.IInputMethodClient;
+interface com.android.internal.view.IInputMethodManager;
+interface com.android.internal.view.IInputMethodSession;
+parcelable android.graphics.Bitmap;
+parcelable android.graphics.Rect;
+parcelable android.graphics.Region;
+parcelable android.location.Criteria;
+parcelable android.location.Location;
+parcelable android.telephony.ServiceState;
+interface com.android.internal.telephony.IPhoneSubInfo;
+interface com.android.internal.telephony.ITelephony;
+interface android.net.vpn.IVpnService;