[automerger skipped] DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master am: 7958033910
am: 50dc7e27c1 -s ours
am skip reason: subject contains skip directive

Change-Id: I0edaafa2f226724cf90fac3dccbbb31f334f766b
diff --git a/device-common.mk b/device-common.mk
index 77430e1..d0334f6 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -85,8 +85,6 @@
     android.hardware.drm@1.0-impl \
     android.hardware.drm@1.0-service
 
-PRODUCT_PACKAGES += libGLES_android
-
 # Graphics HAL
 PRODUCT_PACKAGES += \
     android.hardware.graphics.allocator@2.0-impl \
diff --git a/init.common.rc b/init.common.rc
index 04783a8..d4f48e8 100644
--- a/init.common.rc
+++ b/init.common.rc
@@ -119,8 +119,7 @@
     oneshot
     seclabel u:r:watchdogd:s0
 
-service bugreport /system/bin/dumpstate -d -p -B -z \
-    -o /data/user_de/0/com.android.shell/files/bugreports/bugreport
+service bugreport /system/bin/dumpstate -d -p -z
     class main
     disabled
     oneshot
diff --git a/manifest.xml b/manifest.xml
index 3d85968..f4754cd 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -157,15 +157,6 @@
         </interface>
     </hal>
     <hal format="hidl">
-        <name>android.hardware.wifi.supplicant</name>
-        <transport>hwbinder</transport>
-        <version>1.2</version>
-        <interface>
-            <name>ISupplicant</name>
-            <instance>default</instance>
-        </interface>
-    </hal>
-    <hal format="hidl">
         <name>android.hardware.renderscript</name>
         <transport arch="32+64">passthrough</transport>
         <version>1.0</version>