diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-12-09 16:07:52 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-09 16:07:52 +0100 |
| commit | b44113d298d1e5db2be43472e7e4072346349033 (patch) | |
| tree | a292300c5059e5f8fcdc8be8a1bef45dcb19447e | |
| parent | ef0e2776723e3e2f34815258ba77abfd65d95d7a (diff) | |
google overrides: only keep noprovisioning prop
Revert "Google: Add Google overrides"
This reverts commit df5dae5e4cdbe3552d6881f9ed676f1e0a6c417e.
| -rw-r--r-- | board/conn.mk | 3 | ||||
| -rw-r--r-- | product/google_override.mk | 26 |
2 files changed, 3 insertions, 26 deletions
diff --git a/board/conn.mk b/board/conn.mk index b2a75ea..c2cea37 100644 --- a/board/conn.mk +++ b/board/conn.mk @@ -34,6 +34,9 @@ WIFI_DRIVER_FW_PATH_STA:=STA WIFI_DRIVER_FW_PATH_AP:=AP WIFI_DRIVER_FW_PATH_P2P:=P2P +# Tethering +PRODUCT_PROPERTY_OVERRIDES += net.tethering.noprovisioning=true + # Bluetooth BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_MTK := true diff --git a/product/google_override.mk b/product/google_override.mk deleted file mode 100644 index 37e16e1..0000000 --- a/product/google_override.mk +++ /dev/null @@ -1,26 +0,0 @@ -# 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 \ - ro.setupwizard.rotation_locked=true |
