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 | |
micky387 | a7aa510 | 2019-09-17 08:12:09 +0200 | [diff] [blame] | 48 | TARGET_DEVICE := WW_I01WD |
| 49 | PRODUCT_SYSTEM_NAME := WW_I01WD |
micky387 | 173b598 | 2019-06-16 18:09:21 +0200 | [diff] [blame] | 50 | |
micky387 | fbe8aeb | 2019-09-26 07:53:18 +0200 | [diff] [blame] | 51 | OMNI_BUILD_FINGERPRINT := asus/WW_I01WD/ASUS_I01WD:10/QP1A.190711.005/17.1810.1909.32-0:user/release-keys |
| 52 | OMNI_PRIVATE_BUILD_DESC := WW_Phone-user 10 QP1A.190711.005/17.1810.1909.32-0 release-keys |
micky387 | 173b598 | 2019-06-16 18:09:21 +0200 | [diff] [blame] | 53 | |
micky387 | fbe8aeb | 2019-09-26 07:53:18 +0200 | [diff] [blame] | 54 | PLATFORM_SECURITY_PATCH_OVERRIDE := 2019-09-05 |