Skip to content

Commit

Permalink
op5_t: codename change
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Oliveira <[email protected]>
  • Loading branch information
faoliveira78 committed Feb 13, 2024
1 parent d17271e commit 1df9ef6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),cheese_dump)
ifeq ($(TARGET_DEVICE),cheesedump)
include $(call all-makefiles-under,$(LOCAL_PATH))
include $(CLEAR_VARS)
endif
6 changes: 3 additions & 3 deletions AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/omni_cheese_dump.mk
$(LOCAL_DIR)/omni_cheesedump.mk

COMMON_LUNCH_CHOICES := \
omni_cheese_dump-eng \
omni_cheese_dump-userdebug
omni_cheesedump-eng \
omni_cheesedump-userdebug
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# android_device_oneplus_cheese_dump
# android_device_oneplus_cheesedump

Tree for building Unofficial PBRP for OnePlus 5/5T. (Decryption works on Android 12+ ROMs)

Expand Down Expand Up @@ -42,7 +42,7 @@ Then add to a local manifest (if you don't have .repo/local_manifests then make
```xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="faoliveira78/android_device_oneplus_cheese_dump-pbrp" path="device/oneplus/cheese_dump" remote="github" revision="android-12.1"/>
<project name="PitchBlackRecoveryProject/android_device_oneplus_cheesedump-pbrp" path="device/oneplus/cheesedump" remote="github" revision="android-12.1"/>
</manifest>
```

Expand Down
2 changes: 1 addition & 1 deletion omni_cheese_dump.mk → omni_cheesedump.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

# Release name
PRODUCT_RELEASE_NAME := cheese_dump
PRODUCT_RELEASE_NAME := cheesedump

DEVICE_PATH := device/oneplus/$(PRODUCT_RELEASE_NAME)

Expand Down

0 comments on commit 1df9ef6

Please sign in to comment.