3
0
Fork 0

gms: Add props for gapps

This commit is contained in:
TheScarastic 2022-01-01 17:47:19 +05:30 committed by AdarshGrewal
parent 68ed660605
commit 898b6953f2
1 changed files with 24 additions and 0 deletions

View File

@ -14,8 +14,32 @@
# limitations under the License. # limitations under the License.
# #
# Gboard Props
PRODUCT_PRODUCT_PROPERTIES += \
ro.com.google.ime.bs_theme=true \
ro.com.google.ime.theme_id=5 \
ro.com.google.ime.system_lm_dir=/product/usr/share/ime/google/d3_lms
# GMS Props
PRODUCT_PRODUCT_PROPERTIES += \
ro.opa.eligible_device=true
# GMS RRO overlay # GMS RRO overlay
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
GoogleSettingsOverlay GoogleSettingsOverlay
# SetupWizard Props
PRODUCT_PRODUCT_PROPERTIES += \
ro.setupwizard.enterprise_mode=1 \
ro.setupwizard.esim_cid_ignore=00000001 \
ro.setupwizard.rotation_locked=true \
setupwizard.feature.baseline_setupwizard_enabled=true \
setupwizard.feature.day_night_mode_enabled=true \
setupwizard.feature.portal_notification=true \
setupwizard.feature.show_pai_screen_in_main_flow.carrier1839=false \
setupwizard.feature.show_pixel_tos=true \
setupwizard.feature.show_support_link_in_deferred_setup=false \
setupwizard.feature.skip_button_use_mobile_data.carrier1839=true \
setupwizard.theme=glif_v3_light
$(call inherit-product, vendor/gms/common/common-vendor.mk) $(call inherit-product, vendor/gms/common/common-vendor.mk)