Build Iwlan

This commit is contained in:
Pierre-Hugues Husson 2023-11-10 16:28:11 -05:00 committed by Peter Cai
parent 24a646279c
commit f3b4ed3e80
2 changed files with 8 additions and 0 deletions

View file

@ -87,3 +87,7 @@ endif
# Custom commands
PRODUCT_PACKAGES += \
aguiledbeltctl
# Iwlan (VoWiFi)
PRODUCT_PACKAGES += \
Iwlan

View file

@ -64,4 +64,8 @@
<!-- The type of the light sensor to be used by the display framework for things like
auto-brightness. If unset, then it just gets the default sensor of type TYPE_LIGHT. -->
<string name="config_displayLightSensorType" translatable="false">android.sensor.light</string>
<!-- IWLAN data service package name to bind to by default. If none is specified in an overlay,
an empty string is passed in -->
<string name="config_wlan_data_service_package" translatable="false">com.google.android.iwlan</string>
</resources>