Skip to content

Commit

Permalink
NB1: Inherit SyberiaOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Niemandausduisburg committed Feb 25, 2023
1 parent 677fbd1 commit a148e2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_NB1.mk
$(LOCAL_DIR)/syberia_NB1.mk

COMMON_LUNCH_CHOICES := \
lineage_NB1-user \
lineage_NB1-userdebug \
lineage_NB1-eng
syberia_NB1-user \
syberia_NB1-userdebug \
syberia_NB1-eng
4 changes: 2 additions & 2 deletions lineage_NB1.mk → syberia_NB1.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PRODUCT_SHIPPING_API_LEVEL := 27
TARGET_INCLUDE_WIFI_EXT := true
TARGET_USES_AOSP_RECOVERY := true
TARGET_BOOT_ANIMATION_RES := 1080
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
$(call inherit-product, vendor/syberia/config/common_full_phone.mk)

# Inherit from NB1 device
$(call inherit-product, $(LOCAL_PATH)/device.mk)
Expand All @@ -41,7 +41,7 @@ endif
# GrapheneOS Camera
TARGET_BUILD_GRAPHENEOS_CAMERA := true

PRODUCT_NAME := lineage_NB1
PRODUCT_NAME := syberia_NB1
PRODUCT_DEVICE := NB1
PRODUCT_MANUFACTURER := HMD Global
PRODUCT_BRAND := Nokia
Expand Down

0 comments on commit a148e2d

Please sign in to comment.