# # Copyright (C) 2017 The LineageOS Open Source 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. # # Inherit some common aicp stuff. $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, vendor/aicp/config/common_full_phone.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o.mk) # Device $(call inherit-product, device/motorola/evert/device.mk) # A/B updater AB_OTA_POSTINSTALL_CONFIG += \ RUN_POSTINSTALL_system=true \ POSTINSTALL_PATH_system=system/bin/otapreopt_script \ FILESYSTEM_TYPE_system=ext4 \ POSTINSTALL_OPTIONAL_system=true PRODUCT_PACKAGES += \ otapreopt_script \ update_engine \ update_engine_sideload \ update_verifier # The following modules are included in debuggable builds only. PRODUCT_PACKAGES_DEBUG += \ bootctl \ update_engine_client # Boot control HAL PRODUCT_PACKAGES += \ android.hardware.boot@1.0-impl.recovery \ bootctrl.sdm660 \ bootctrl.sdm660.recovery # Recovery TARGET_RECOVERY_FSTAB := device/motorola/sdm660-common/rootdir/etc/fstab.qcom # Device identifiers PRODUCT_DEVICE := evert PRODUCT_NAME := aicp_evert PRODUCT_BRAND := motorola PRODUCT_MODEL := Moto G6 Plus PRODUCT_MANUFACTURER := Motorola PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_NAME=evert \ PRIVATE_BUILD_DESC="evert-user 8.0.0 OPW27.113-89 116 release-keys" BUILD_FINGERPRINT := motorola/evert/evert:8.0.0/OPW27.113-89/116:user/release-keys PRODUCT_OVERRIDE_INFO := true PRODUCT_OVERRIDE_FINGERPRINT := google/walleye/walleye:8.1.0/OPM1.171019.011/4448085:user/release-keys # AICP Device Maintainers PRODUCT_BUILD_PROP_OVERRIDES += \ DEVICE_MAINTAINERS="Jeferson Oliveira (jro1979oliver)"