Import translations. DO NOT MERGE - Update prebuilt SDK to LRX16G
diff --git a/21/android.jar b/21/android.jar
index 071c51c..4c0c8ab 100644
--- a/21/android.jar
+++ b/21/android.jar
Binary files differ
diff --git a/21/framework.aidl b/21/framework.aidl
index 29669ee..2bb7ea9 100644
--- a/21/framework.aidl
+++ b/21/framework.aidl
@@ -86,6 +86,7 @@
 parcelable android.view.inputmethod.ExtractedTextRequest;
 parcelable android.view.DragEvent;
 parcelable android.view.KeyEvent;
+parcelable android.view.WindowManager.LayoutParams;
 parcelable android.view.WindowAnimationFrameStats;
 parcelable android.view.MotionEvent;
 parcelable android.view.accessibility.AccessibilityNodeInfo;
diff --git a/21/uiautomator.jar b/21/uiautomator.jar
index 1b83326..93d7e47 100644
--- a/21/uiautomator.jar
+++ b/21/uiautomator.jar
Binary files differ
diff --git a/current/android.jar b/current/android.jar
index 071c51c..4c0c8ab 100644
--- a/current/android.jar
+++ b/current/android.jar
Binary files differ
diff --git a/current/framework.aidl b/current/framework.aidl
index 29669ee..2bb7ea9 100644
--- a/current/framework.aidl
+++ b/current/framework.aidl
@@ -86,6 +86,7 @@
 parcelable android.view.inputmethod.ExtractedTextRequest;
 parcelable android.view.DragEvent;
 parcelable android.view.KeyEvent;
+parcelable android.view.WindowManager.LayoutParams;
 parcelable android.view.WindowAnimationFrameStats;
 parcelable android.view.MotionEvent;
 parcelable android.view.accessibility.AccessibilityNodeInfo;
diff --git a/current/support/annotations/android-support-annotations.jar b/current/support/annotations/android-support-annotations.jar
index c4ec0f5..84941e5 100644
--- a/current/support/annotations/android-support-annotations.jar
+++ b/current/support/annotations/android-support-annotations.jar
Binary files differ
diff --git a/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar b/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar
index 686c6c6..fc3c867 100644
--- a/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar
+++ b/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar
Binary files differ
diff --git a/current/support/multidex/library/libs/android-support-multidex.jar b/current/support/multidex/library/libs/android-support-multidex.jar
index aa68a7b..dbecdf3 100644
--- a/current/support/multidex/library/libs/android-support-multidex.jar
+++ b/current/support/multidex/library/libs/android-support-multidex.jar
Binary files differ
diff --git a/current/support/v13/android-support-v13.jar b/current/support/v13/android-support-v13.jar
index 7069289..6139347 100644
--- a/current/support/v13/android-support-v13.jar
+++ b/current/support/v13/android-support-v13.jar
Binary files differ
diff --git a/current/support/v17/leanback/libs/android-support-v17-leanback.jar b/current/support/v17/leanback/libs/android-support-v17-leanback.jar
index fa21bf6..56b0662 100644
--- a/current/support/v17/leanback/libs/android-support-v17-leanback.jar
+++ b/current/support/v17/leanback/libs/android-support-v17-leanback.jar
Binary files differ
diff --git a/current/support/v17/leanback/res/values/strings.xml b/current/support/v17/leanback/res/values/strings.xml
index bad8000..289927f 100644
--- a/current/support/v17/leanback/res/values/strings.xml
+++ b/current/support/v17/leanback/res/values/strings.xml
@@ -25,4 +25,46 @@
     <string name="lb_search_bar_hint_with_title">Search <xliff:g id="search context">%1$s</xliff:g></string>
     <!-- Hint showing in the empty search bar using a provided context (usually the application name) while in voice input mode [CHAR LIMIT=40] -->
     <string name="lb_search_bar_hint_with_title_speech">Speak to search <xliff:g id="search context">%1$s</xliff:g></string>
+
+    <!-- Talkback label for the control button to start media playback -->
+    <string name="lb_playback_controls_play">Play</string>
+    <!-- Talkback label for the control button to pause media playback -->
+    <string name="lb_playback_controls_pause">Pause</string>
+    <!-- Talkback label for the control button to fast forward media playback -->
+    <string name="lb_playback_controls_fast_forward">Fast Forward</string>
+    <!-- Talkback label for the control button to start rewind playback -->
+    <string name="lb_playback_controls_rewind">Rewind</string>
+    <!-- Talkback label for the control button to skip to the next media item -->
+    <string name="lb_playback_controls_skip_next">Skip Next</string>
+    <!-- Talkback label for the control button to skip to the previous media item -->
+    <string name="lb_playback_controls_skip_previous">Skip Previous</string>
+    <!-- Talkback label for the control button to display more actions -->
+    <string name="lb_playback_controls_more_actions">More Actions</string>
+    <!-- Talkback label for the control button to deselect the thumb up rating for the current media item -->
+    <string name="lb_playback_controls_thumb_up">Deselect Thumb Up</string>
+    <!-- Talkback label for the control button to select the thumb up rating for the current media item -->
+    <string name="lb_playback_controls_thumb_up_outline">Select Thumb Up</string>
+    <!-- Talkback label for the control button to deselect the thumb down rating for the current media item -->
+    <string name="lb_playback_controls_thumb_down">Deselect Thumb Down</string>
+    <!-- Talkback label for the control button to select the thumb down rating for the current media item -->
+    <string name="lb_playback_controls_thumb_down_outline">Select Thumb Down</string>
+    <!-- Talkback label for the control button to switch to a media playback mode where item playback does not repeat -->
+    <string name="lb_playback_controls_repeat_none">Repeat None</string>
+    <!-- Talkback label for the control button to switch to a media playback mode where a set of media items will be repeated -->
+    <string name="lb_playback_controls_repeat_all">Repeat All</string>
+    <!-- Talkback label for the control button to switch to a media playback mode where a single media item will be repeated -->
+    <string name="lb_playback_controls_repeat_one">Repeat One</string>
+    <!-- Talkback label for the control button to enable random selection of the next media item -->
+    <string name="lb_playback_controls_shuffle_enable">Enable Shuffle</string>
+    <!-- Talkback label for the control button to play media items in sequential order -->
+    <string name="lb_playback_controls_shuffle_disable">Disable Shuffle</string>
+    <!-- Talkback label for the control button to enable playback of media items of high quality -->
+    <string name="lb_playback_controls_high_quality_enable">Enable High Quality</string>
+    <!-- Talkback label for the control button to disable playback of media items of high quality -->
+    <string name="lb_playback_controls_high_quality_disable">Disable High Quality</string>
+    <!-- Talkback label for the control button to enable closed captioning -->
+    <string name="lb_playback_controls_closed_captioning_enable">Enable Closed Captioning</string>
+    <!-- Talkback label for the control button to disable closed captioning -->
+    <string name="lb_playback_controls_closed_captioning_disable">Disable Closed Captioning</string>
+
 </resources>
diff --git a/current/support/v4/android-support-v4.jar b/current/support/v4/android-support-v4.jar
index 168e382..694eb24 100644
--- a/current/support/v4/android-support-v4.jar
+++ b/current/support/v4/android-support-v4.jar
Binary files differ
diff --git a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar
index 3c60373..53bd8c9 100644
--- a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar
+++ b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar
Binary files differ
diff --git a/current/support/v7/cardview/libs/android-support-v7-cardview.jar b/current/support/v7/cardview/libs/android-support-v7-cardview.jar
index ccef2a9..bab552e 100644
--- a/current/support/v7/cardview/libs/android-support-v7-cardview.jar
+++ b/current/support/v7/cardview/libs/android-support-v7-cardview.jar
Binary files differ
diff --git a/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar b/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
index a1d3c97..42e27a7 100644
--- a/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
+++ b/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
Binary files differ
diff --git a/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar b/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar
index e831c19..d2367cc 100644
--- a/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar
+++ b/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar
Binary files differ
diff --git a/current/support/v7/palette/libs/android-support-v7-palette.jar b/current/support/v7/palette/libs/android-support-v7-palette.jar
index 05292ac..b7302fd 100644
--- a/current/support/v7/palette/libs/android-support-v7-palette.jar
+++ b/current/support/v7/palette/libs/android-support-v7-palette.jar
Binary files differ
diff --git a/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar b/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar
index 0330407..cf29e5b 100644
--- a/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar
+++ b/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar
Binary files differ
diff --git a/current/uiautomator.jar b/current/uiautomator.jar
index 1b83326..93d7e47 100644
--- a/current/uiautomator.jar
+++ b/current/uiautomator.jar
Binary files differ
diff --git a/tools/linux/aapt b/tools/linux/aapt
index 9286197..29233df 100755
--- a/tools/linux/aapt
+++ b/tools/linux/aapt
Binary files differ