omni: update emulator build config
Change-Id: I30fb586ce9aa91c00e24419116e53546617e393f
diff --git a/utils/emulator/overlay/frameworks/base/core/res/res/values/config.xml b/utils/emulator/overlay/frameworks/base/core/res/res/values/config.xml
index bb1ed31..968a81e 100644
--- a/utils/emulator/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/utils/emulator/overlay/frameworks/base/core/res/res/values/config.xml
@@ -27,7 +27,6 @@
<!-- make sure you enable this only if your device supports deep slepp
with active proximity sensor event listener -->
<bool name="config_proxiSensorWakupCheck">true</bool>
- <bool name="config_showNavigationBar">true</bool>
<bool name="config_haveHigherAspectRatioScreen">true</bool>
<string name="config_mainBuiltInDisplayCutout">M 0,0 L -183, 0 A 24.0, 24.0, 0, 0, 1, -159.0, 22.0 A 64.0, 64.0, 0, 0, 0, -95.0, 80.0 L 95.0, 80.0 A 64.0, 64.0, 0, 0, 0, 159.0, 22.0 A 24.0, 24.0, 0, 0, 1, 183.0, 0 Z</string>
@@ -35,9 +34,7 @@
black in software (to avoid aliasing or emulate a cutout that is not physically existent).
-->
<bool name="config_fillMainBuiltInDisplayCutout">true</bool>
- <bool name="config_intrusiveNotificationLed">true</bool>
- <bool name="config_intrusiveBatteryLed">true</bool>
- <bool name="config_FastChargingLedSupported">true</bool>
- <color name="config_defaultNotificationColor">#00ff00</color>
+ <bool name="config_intrusiveNotificationLed">false</bool>
+ <bool name="config_intrusiveBatteryLed">false</bool>
</resources>
diff --git a/utils/emulator/packages.mk b/utils/emulator/packages.mk
index 4221c5f..8f3fe7b 100644
--- a/utils/emulator/packages.mk
+++ b/utils/emulator/packages.mk
@@ -63,3 +63,7 @@
PRODUCT_PACKAGES += \
DocumentsUITheme
+
+# Telephony extension
+PRODUCT_PACKAGES += telephony-ext
+PRODUCT_BOOT_JARS += telephony-ext