Skip to content

Commit

Permalink
renoir: Initial bring up for crDroid
Browse files Browse the repository at this point in the history
Signed-off-by: EndCredits <endcredits@crepuscular-aosp.icu>
  • Loading branch information
EndCredits committed May 11, 2023
1 parent 75a6624 commit 1952161
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 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)/derp_renoir.mk
$(LOCAL_DIR)/lineage_renoir.mk

COMMON_LUNCH_CHOICES := \
derp_renoir-user \
derp_renoir-userdebug \
derp_renoir-eng
lineage_renoir-user \
lineage_renoir-userdebug \
lineage_renoir-eng
10 changes: 4 additions & 6 deletions derp_renoir.mk → lineage_renoir.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,17 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from renoir device
$(call inherit-product, device/xiaomi/renoir/device.mk)

# Inherit some common DerpFest stuff.
$(call inherit-product, vendor/derp/config/common_full_phone.mk)
# Inherit some common crDroid stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)

PRODUCT_BRAND := Xiaomi
PRODUCT_DEVICE := renoir
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_MODEL := M2101K9G
PRODUCT_NAME := derp_renoir
PRODUCT_NAME := lineage_renoir

# DerpFest Stuffs
# crDroid Stuffs
TARGET_BOOT_ANIMATION_RES := 1080
DERP_RELEASE := true
DERP_BUILDTYPE := Official

PRODUCT_SYSTEM_NAME := renoir_global
PRODUCT_SYSTEM_DEVICE := renoir
Expand Down
12 changes: 0 additions & 12 deletions overlay/packages/apps/Settings/res/values/derp_strings.xml

This file was deleted.

0 comments on commit 1952161

Please sign in to comment.