Skip to content

Instantly share code, notes, and snippets.

@Stricted
Last active December 29, 2021 07:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Stricted/ba08de125ddc8840dc7abdf489cb7222 to your computer and use it in GitHub Desktop.
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
TARGET_HAS_TEE := false
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# Inherit device configuration
$(call inherit-product, $(LOCAL_PATH)/device.mk)
## Boot animation
# TARGET_SCREEN_HEIGHT := 880
# TARGET_SCREEN_WIDTH := 496
## Inherit some common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)
## Display
# TARGET_SCREEN_DENSITY := 320
## Device identifier. This must come after all inclusions
PRODUCT_BRAND := Radxa
PRODUCT_DEVICE := radxa0
PRODUCT_MANUFACTURER := radxa
PRODUCT_MODEL := Radxa Zero
PRODUCT_NAME := lineage_radxa0
## Characteristics
PRODUCT_CHARACTERISTICS := tablet
PRODUCT_IS_ATV := false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment