Merge "HiKey/HiKey960: sepolicy: Add some kernel sepolicy rules to allow firmware loading" am: d88f2a05d4 am: 00e5b03d2d am: e35f7a1216
am: 8f29f4e0b3
Change-Id: If65dc770db5db7dd42f0a038568030e1360f6190
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>