diff options
author | Ying Wang <wangying@google.com> | 2015-03-18 16:20:57 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2015-03-18 16:22:37 -0700 |
commit | 987de844f9e325ec251885c107c74045e9a46e02 (patch) | |
tree | 41a8d15e914bc85e359a2f76ce699d9eb2c90643 /current/framework.aidl | |
parent | 925ed8d28c1e8fa6ec195ba7def3bf69b836d79a (diff) | |
download | prebuilts_sdk-987de844f9e325ec251885c107c74045e9a46e02.zip prebuilts_sdk-987de844f9e325ec251885c107c74045e9a46e02.tar.gz prebuilts_sdk-987de844f9e325ec251885c107c74045e9a46e02.tar.bz2 |
[NOT NOT MERGE] Drop SDK as of AAY77C #1797412 on master-release.
This fixes the broken apps build in master.
Bug: 19792332
Change-Id: I56679cfb5d8ccc6a7ab479bebb6a5a94f59ef802
Diffstat (limited to 'current/framework.aidl')
-rw-r--r-- | current/framework.aidl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/current/framework.aidl b/current/framework.aidl index 9d89828..d1b3d97 100644 --- a/current/framework.aidl +++ b/current/framework.aidl @@ -106,6 +106,8 @@ parcelable android.service.notification.StatusBarNotification; parcelable android.service.chooser.ChooserTarget; parcelable android.speech.tts.Voice; parcelable android.app.usage.UsageEvents; +parcelable android.app.AssistStructure; +parcelable android.app.AssistContent; parcelable android.app.Notification; parcelable android.app.WallpaperInfo; parcelable android.app.AppOpsManager.PackageOps; @@ -113,6 +115,7 @@ parcelable android.app.ActivityManager.RecentTaskInfo; parcelable android.app.PendingIntent; parcelable android.app.AlarmManager.AlarmClockInfo; parcelable android.app.SearchableInfo; +parcelable android.app.VoiceInteractor.PickOptionRequest.Option; parcelable android.app.job.JobParameters; parcelable android.app.job.JobInfo; parcelable android.appwidget.AppWidgetProviderInfo; |