Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2020 The Android Open-Source Project |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
| 17 | include device/google/gs101/device.mk |
| 18 | |
| 19 | # Telephony |
| 20 | PRODUCT_COPY_FILES += \ |
| 21 | frameworks/native/data/etc/android.hardware.telephony.carrierlock.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.carrierlock.xml |
| 22 | |
joeshih | 21f5312 | 2021-03-08 17:22:29 +0800 | [diff] [blame] | 23 | # Factory OTA |
| 24 | -include vendor/google/factoryota/client/factoryota.mk |
| 25 | |
Wilson Sung | 230a835 | 2021-04-16 19:21:26 +0800 | [diff] [blame] | 26 | # Set system properties identifying the chipset |
| 27 | PRODUCT_VENDOR_PROPERTIES += ro.soc.manufacturer=Google |
| 28 | PRODUCT_VENDOR_PROPERTIES += ro.soc.model=GS101 |
Jenny Ho | 8201411 | 2021-05-03 15:40:25 +0800 | [diff] [blame] | 29 | |
| 30 | PRODUCT_PRODUCT_PROPERTIES += \ |
Jenny Ho | 9021729 | 2021-05-18 09:00:06 +0800 | [diff] [blame] | 31 | persist.vendor.testing_battery_profile=2 |
Martin Liu | c739bbe | 2021-06-11 08:48:26 +0800 | [diff] [blame^] | 32 | |
| 33 | # ZramWriteback |
| 34 | -include hardware/google/pixel/mm/device_gki.mk |