Development Options: toggle binderized hals
This allows for quick performance testing and also for a better
dogfooding experience.
Bug: 34256441
Test: Verification with getprop.
Change-Id: I81c5e0b1044d4569a6fe55a4b30f7e21c4465fc2
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index b655865..eebf47d 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -91,6 +91,10 @@
android:summary="@string/color_temperature_desc" />
<SwitchPreference
+ android:key="enable_hal_binderization"
+ android:title="@string/enable_hal_binderization" />
+
+ <SwitchPreference
android:key="ota_disable_automatic_update"
android:title="@string/ota_disable_automatic_update" />