DO NOT MERGE - Update prebuilt current SDK

Copied files from lmp-dev branch at #1364404
http://android-build/builds/git_lmp-dev-linux-sdk_x86_64-sdk/1364404

Followed the instruction given at : goto/updateprebuilts

Change-Id: I6a294267f5d0ad6805c7177a3f5672b15c69af8c
diff --git a/current/support/v7/appcompat/res/values-v21/styles_base.xml b/current/support/v7/appcompat/res/values-v21/styles_base.xml
index bf78ff3..a65b90f 100644
--- a/current/support/v7/appcompat/res/values-v21/styles_base.xml
+++ b/current/support/v7/appcompat/res/values-v21/styles_base.xml
@@ -70,14 +70,6 @@
            parent="android:TextAppearance.Material.Widget.ActionMode.Subtitle">
     </style>
 
-    <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse"
-           parent="android:TextAppearance.Material.Widget.ActionMode.Title.Inverse">
-    </style>
-
-    <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse"
-           parent="android:TextAppearance.Material.Widget.ActionMode.Subtitle.Inverse">
-    </style>
-
     <!-- Action Button Styles -->
 
     <style name="Base.Widget.AppCompat.ActionButton"
@@ -202,6 +194,10 @@
            parent="@android:TextAppearance.Material.SearchResult.Subtitle">
     </style>
 
+    <style name="Base.Widget.AppCompat.AutoCompleteTextView" parent="android:Widget.Material.AutoCompleteTextView" />
+
+    <style name="Base.Widget.AppCompat.Light.AutoCompleteTextView" parent="android:Widget.Material.AutoCompleteTextView" />
+
     <!-- Progress Bar -->
 
     <style name="Base.Widget.AppCompat.ProgressBar.Horizontal"
@@ -212,18 +208,6 @@
            parent="android:Widget.Material.ProgressBar">
     </style>
 
-    <!--
-        TextAppearance.Material.Light.SearchResult.* are private so we extend from the default
-        versions instead (which are exactly the same).
-    -->
-    <style name="Base.TextAppearance.AppCompat.Light.SearchResult.Title"
-           parent="Base.TextAppearance.AppCompat.SearchResult.Title">
-    </style>
-
-    <style name="Base.TextAppearance.AppCompat.Light.SearchResult.Subtitle"
-           parent="Base.TextAppearance.AppCompat.SearchResult.Subtitle">
-    </style>
-
     <!-- TODO. Needs updating for Material -->
     <style name="Base.Widget.AppCompat.ActivityChooserView" parent="">
         <item name="android:gravity">center</item>