Skip to content

Instantly share code, notes, and snippets.

@sobrinho
Last active January 4, 2022 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sobrinho/d37296f76f3ce0fbfa3cbf15730d639b to your computer and use it in GitHub Desktop.
Save sobrinho/d37296f76f3ce0fbfa3cbf15730d639b 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 those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# Inherit device configuration
$(call inherit-product, $(LOCAL_PATH)/device.mk)
# Boot animation
#
# device.mk sets the TARGET_SCREEN_HEIGHT and TARGET_SCREEN_WIDTH
# common_full_tablet_wifionly.mk sets if not set
#
# This needs to be between device.mk and common_full_tablet_wifionly.mk
#
# TARGET_SCREEN_HEIGHT := 880
# TARGET_SCREEN_WIDTH := 496
# TARGET_BOOTANIMATION_HALF_RES := true
# TARGET_SCREEN_DENSITY := 160
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_mini_tablet_wifionly.mk)
# 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
WITH_GMS := true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment