blob: 4299b6e5edff7ed09132f0d68fa89a7d90884878 [file] [log] [blame]
micky38718f07ac2019-06-10 00:40:50 +02001# 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
33TARGET_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
micky3876e308742020-09-20 02:54:09 +020039$(call inherit-product, device/asus/zenfone7/device.mk)
micky38765d5f7d2025-04-24 16:46:31 -040040$(call inherit-product, device/asus/zenfone7/omni_common.mk)
micky38718f07ac2019-06-10 00:40:50 +020041
42# Discard inherited values and use our own instead.
micky3876e308742020-09-20 02:54:09 +020043PRODUCT_DEVICE := zenfone7
44PRODUCT_NAME := omni_zenfone7
micky38703cfada2019-07-27 07:43:19 +020045PRODUCT_BRAND := asus
micky3876e308742020-09-20 02:54:09 +020046PRODUCT_MODEL := ASUS_I002D
micky38703cfada2019-07-27 07:43:19 +020047PRODUCT_MANUFACTURER := asus
micky38718f07ac2019-06-10 00:40:50 +020048
micky387363ebe72020-05-03 18:17:39 +020049PRODUCT_GMS_CLIENTID_BASE := android-asus
50
micky3876e308742020-09-20 02:54:09 +020051TARGET_DEVICE := WW_I002D
micky3879c46f522020-11-22 08:00:06 +010052PRODUCT_SYSTEM_DEVICE := ASUS_I002D
micky3876e308742020-09-20 02:54:09 +020053PRODUCT_SYSTEM_NAME := WW_I002D
micky387173b5982019-06-16 18:09:21 +020054
Luofan Chen4df31322024-10-10 15:51:19 +000055PRODUCT_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
micky387ae5707e2023-11-27 17:22:19 +010062OMNI_PRODUCT_PROPERTIES += \
63 ro.build.product=ZS670KS