micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 1 | # Copyright (C) 2010 The Android Open Source Project |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | # |
| 16 | # This file is the build configuration for a full Android |
| 17 | # build for grouper hardware. This cleanly combines a set of |
| 18 | # device-specific aspects (drivers) with a device-agnostic |
| 19 | # product configuration (apps). |
| 20 | # |
| 21 | |
| 22 | # Sample: This is where we'd set a backup provider if we had one |
| 23 | # $(call inherit-product, device/sample/products/backup_overlay.mk) |
| 24 | $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) |
| 25 | |
| 26 | # Get the prebuilt list of APNs |
| 27 | $(call inherit-product, vendor/omni/config/gsm.mk) |
| 28 | |
| 29 | # Inherit from the common Open Source product configuration |
| 30 | $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) |
| 31 | |
| 32 | # must be before including omni part |
| 33 | TARGET_BOOTANIMATION_SIZE := 1080p |
| 34 | |
| 35 | # Inherit from our custom product configuration |
| 36 | $(call inherit-product, vendor/omni/config/common.mk) |
| 37 | |
| 38 | # Inherit from hardware-specific part of the product configuration |
micky387 | 6e30874 | 2020-09-20 02:54:09 +0200 | [diff] [blame] | 39 | $(call inherit-product, device/asus/zenfone7/device.mk) |
micky387 | 65d5f7d | 2025-04-24 16:46:31 -0400 | [diff] [blame] | 40 | $(call inherit-product, device/asus/zenfone7/omni_common.mk) |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 41 | |
| 42 | # Discard inherited values and use our own instead. |
micky387 | 6e30874 | 2020-09-20 02:54:09 +0200 | [diff] [blame] | 43 | PRODUCT_DEVICE := zenfone7 |
| 44 | PRODUCT_NAME := omni_zenfone7 |
micky387 | 03cfada | 2019-07-27 07:43:19 +0200 | [diff] [blame] | 45 | PRODUCT_BRAND := asus |
micky387 | 6e30874 | 2020-09-20 02:54:09 +0200 | [diff] [blame] | 46 | PRODUCT_MODEL := ASUS_I002D |
micky387 | 03cfada | 2019-07-27 07:43:19 +0200 | [diff] [blame] | 47 | PRODUCT_MANUFACTURER := asus |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 48 | |
micky387 | 363ebe7 | 2020-05-03 18:17:39 +0200 | [diff] [blame] | 49 | PRODUCT_GMS_CLIENTID_BASE := android-asus |
| 50 | |
micky387 | 6e30874 | 2020-09-20 02:54:09 +0200 | [diff] [blame] | 51 | TARGET_DEVICE := WW_I002D |
micky387 | 9c46f52 | 2020-11-22 08:00:06 +0100 | [diff] [blame] | 52 | PRODUCT_SYSTEM_DEVICE := ASUS_I002D |
micky387 | 6e30874 | 2020-09-20 02:54:09 +0200 | [diff] [blame] | 53 | PRODUCT_SYSTEM_NAME := WW_I002D |
micky387 | 173b598 | 2019-06-16 18:09:21 +0200 | [diff] [blame] | 54 | |
Luofan Chen | 4df3132 | 2024-10-10 15:51:19 +0000 | [diff] [blame] | 55 | PRODUCT_BUILD_PROP_OVERRIDES := \ |
| 56 | BuildFingerprint=asus/WW_I002D/ASUS_I002D:12/SKQ1.210821.001/31.0210.0210.324:user/release-keys \ |
| 57 | DeviceName=$(PRODUCT_SYSTEM_DEVICE) \ |
| 58 | DeviceProduct=$(PRODUCT_SYSTEM_NAME) \ |
| 59 | SystemDevice=$(PRODUCT_SYSTEM_DEVICE) \ |
| 60 | SystemName=$(PRODUCT_SYSTEM_NAME) |
| 61 | |
micky387 | ae5707e | 2023-11-27 17:22:19 +0100 | [diff] [blame] | 62 | OMNI_PRODUCT_PROPERTIES += \ |
| 63 | ro.build.product=ZS670KS |