# # Copyright (C) 2020 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # 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 PRODUCT_PACKAGES += \ 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)