Commit e85c3d3c authored by Cesar Matias's avatar Cesar Matias
Browse files

Google: Add Google overrides

parent 11a75969
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -76,10 +76,6 @@ PRODUCT_COPY_FILES += \

PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0

# Tethering
PRODUCT_PROPERTY_OVERRIDES += \
    net.tethering.noprovisioning=true

# madOS Versioning
ANDROID_VERSION = 7.1.1
MADOS_VERSION = 7
@@ -106,3 +102,4 @@ include vendor/mad/config/permissions.mk
include vendor/mad/config/media.mk
include vendor/mad/config/wifi.mk
include vendor/mad/config/telephony.mk
include vendor/mad/config/google_override.mk
+25 −0
Original line number Diff line number Diff line
# Copyright (C) 2017 The madOS 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.

# Google properties overides
PRODUCT_PROPERTY_OVERRIDES += \
    keyguard.no_require_sim=true \
    ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html \
    ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html \
    ro.com.google.clientidbase=android-google \
    ro.com.android.wifi-watchlist=GoogleGuest \
    ro.error.receiver.system.apps=com.google.android.gms \
    ro.setupwizard.enterprise_mode=1 \
    ro.com.android.dataroaming=false \
    net.tethering.noprovisioning=true