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 |
| 39 | $(call inherit-product, device/asus/zenfone6/device.mk) |
| 40 | |
| 41 | # Discard inherited values and use our own instead. |
| 42 | PRODUCT_DEVICE := zenfone6 |
| 43 | PRODUCT_NAME := omni_zenfone6 |
micky387 | 03cfada | 2019-07-27 07:43:19 +0200 | [diff] [blame^] | 44 | PRODUCT_BRAND := asus |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 45 | PRODUCT_MODEL := ASUS_I01WD |
micky387 | 03cfada | 2019-07-27 07:43:19 +0200 | [diff] [blame^] | 46 | PRODUCT_MANUFACTURER := asus |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 47 | |
| 48 | PRODUCT_BUILD_PROP_OVERRIDES += TARGET_DEVICE=ASUS_I01WD PRODUCT_NAME=WW_I01WD |
micky387 | 173b598 | 2019-06-16 18:09:21 +0200 | [diff] [blame] | 49 | |
| 50 | PRODUCT_BUILD_PROP_OVERRIDES += \ |
micky387 | 90fa1c0 | 2019-07-04 08:01:35 +0200 | [diff] [blame] | 51 | BUILD_FINGERPRINT=asus/WW_I01WD/ASUS_I01WD:9/PPR2.181005.003/16.1210.1906.156-0:user/release-keys \ |
| 52 | PRIVATE_BUILD_DESC="WW_Phone-user 9 PPR2.181005.003 16.1210.1906.156-0 release-keys" |
micky387 | 173b598 | 2019-06-16 18:09:21 +0200 | [diff] [blame] | 53 | |
micky387 | 90fa1c0 | 2019-07-04 08:01:35 +0200 | [diff] [blame] | 54 | PLATFORM_SECURITY_PATCH_OVERRIDE := 2019-06-01 |