blob: 494c3213c5dc3738789382e3304e66ca47f6033b [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
39$(call inherit-product, device/asus/zenfone6/device.mk)
40
41# Discard inherited values and use our own instead.
42PRODUCT_DEVICE := zenfone6
43PRODUCT_NAME := omni_zenfone6
44PRODUCT_BRAND := Asus
45PRODUCT_MODEL := ASUS_I01WD
46PRODUCT_MANUFACTURER := Asus
47
48PRODUCT_BUILD_PROP_OVERRIDES += TARGET_DEVICE=ASUS_I01WD PRODUCT_NAME=WW_I01WD
micky387173b5982019-06-16 18:09:21 +020049
50PRODUCT_BUILD_PROP_OVERRIDES += \
51 BUILD_FINGERPRINT=asus/WW_I01WD/ASUS_I01WD:9/PPR2.181005.003/16.1210.1904.133-0:user/release-keys \
52 PRIVATE_BUILD_DESC="WW_Phone-user 9 PPR2.181005.003 16.1210.1904.133-0 release-keys"
53
54PLATFORM_SECURITY_PATCH_OVERRIDE := 2019-04-01