summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device-common.mk2
-rw-r--r--init.common.rc3
-rw-r--r--manifest.xml9
3 files changed, 1 insertions, 13 deletions
diff --git a/device-common.mk b/device-common.mk
index 77430e15..d0334f66 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -85,8 +85,6 @@ PRODUCT_PACKAGES += \
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 04783a8a..d4f48e84 100644
--- a/init.common.rc
+++ b/init.common.rc
@@ -119,8 +119,7 @@ service watchdogd /system/bin/watchdogd 10 20
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 3d859684..f4754cd1 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>