# Copyright (C) 2015-2016 The CyanogenMod Project # 2017 The LineageOS 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/lux/device.mk) # Boot animation TARGET_SCREEN_WIDTH := 720 TARGET_SCREEN_HEIGHT := 1280 TARGET_BOOTANIMATION_HALF_RES := true ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := lux PRODUCT_NAME := aicp_lux PRODUCT_MODEL := Moto X Play PRODUCT_BRAND := Motorola PRODUCT_MANUFACTURER := Motorola PRODUCT_RELEASE_NAME := lux PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_NAME="Moto X Play" \ TARGET_DEVICE="lux" \ PRIVATE_BUILD_DESC="lux_retca-user 5.1.1 LPD23.118-10 19 release-keys" PRODUCT_GMS_CLIENTID_BASE := android-motorola BUILD_FINGERPRINT := "motorola/lux_retca/lux:5.1.1/LPD23.118-10/19:user/release-keys" # AICP Device Maintainers PRODUCT_BUILD_PROP_OVERRIDES += \ DEVICE_MAINTAINERS="Jeferson Oliveira (jro1979oliver)" PRODUCT_OVERRIDE_INFO := true PRODUCT_OVERRIDE_FINGERPRINT := motorola/lux_retca/lux:5.1.1/LPD23.118-10/19:user/release-keys