# Copyright (C) 2015 The CyanogenMod Project # (C) 2017 The LineageOS Project # (C) 2020 Android Ice Cold Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. $(call inherit-product, device/motorola/merlin/device.mk) # Boot animation TARGET_BOOTANIMATION_HALF_RES := true TARGET_SCREEN_WIDTH := 720 TARGET_SCREEN_HEIGHT := 1280 ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := merlin PRODUCT_NAME := aicp_merlin PRODUCT_MODEL := MotoG3-TE PRODUCT_BRAND := Motorola PRODUCT_MANUFACTURER := Motorola PRODUCT_RELEASE_NAME := merlin PRODUCT_BUILD_PROP_OVERRIDES += \ PRIVATE_BUILD_DESC="merlin_retail-user 6.0.1 MPD24.107-56 30 release-keys" BUILD_FINGERPRINT := "motorola/merlin_retasia/merlin:6.0/MPD24.65-22/23:user/release-keys" # AICP Device Maintainer PRODUCT_BUILD_PROP_OVERRIDES += \ DEVICE_MAINTAINERS="Charlie (Charlie-117)"