Files
device_nothing_Spacewar/lineage_Spacewar.mk
2025-09-01 16:16:45 +00:00

40 lines
1.1 KiB
Makefile

#
# Copyright (C) 2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
TARGET_SUPPORTS_OMX_SERVICE := false
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from Spacewar device
$(call inherit-product, device/nothing/Spacewar/device.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Axion vars
AXION_CAMERA_REAR_INFO := 50,50
AXION_CAMERA_FRONT_INFO := 16
AXION_MAINTAINER := Aditya
AXION_PROCESSOR := Snapdragon_778G+
BYPASS_CHARGE_SUPPORTED := true
TARGET_ENABLE_BLUR := true
# Device identifier. This must come after all inclusions.
PRODUCT_NAME := lineage_Spacewar
PRODUCT_DEVICE := Spacewar
PRODUCT_BRAND := Nothing
PRODUCT_MODEL := A063
PRODUCT_MANUFACTURER := Nothing
PRODUCT_CHARACTERISTICS := nosdcard
PRODUCT_GMS_CLIENTID_BASE := android-nothing
PRODUCT_BUILD_PROP_OVERRIDES += \
DeviceProduct=Spacewar \
BuildFingerprint="Nothing/Spacewar/Spacewar:12/SKQ1.211230.001/1666412462:user/release-keys"