-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
murray: initial bringup for sony xperia 10 IV
Signed-off-by: lolipuru <[email protected]>
- Loading branch information
Showing
65 changed files
with
357 additions
and
1,440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
LOCAL_PATH := $(call my-dir) | ||
|
||
ifneq ($(filter alioth,$(TARGET_DEVICE)),) | ||
ifneq ($(filter murray,$(TARGET_DEVICE)),) | ||
include $(call all-makefiles-under,$(LOCAL_PATH)) | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,14 +15,14 @@ | |
// | ||
|
||
cc_library { | ||
name: "bootctrl.xiaomi_sm8250", | ||
name: "bootctrl.sony_sm6375", | ||
defaults: ["bootctrl_hal_defaults"], | ||
static_libs: ["libgptutils.xiaomi_sm8250"], | ||
static_libs: ["libgptutils.sony_sm6375"], | ||
} | ||
|
||
cc_library_shared { | ||
name: "[email protected]", | ||
stem: "[email protected]", | ||
defaults: ["[email protected]_defaults"], | ||
static_libs: ["libgptutils.xiaomi_sm8250"], | ||
static_libs: ["libgptutils.sony_sm6375"], | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,33 +23,29 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk) | |
# Configure gsi_keys.mk | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) | ||
|
||
# Configure Virtual A/B | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk) | ||
# Configure launch_with_vendor_ramdisk.mk | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk) | ||
|
||
# Configure SDCard replacement functionality | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) | ||
|
||
# Configure twrp | ||
$(call inherit-product, vendor/twrp/config/common.mk) | ||
|
||
PRODUCT_PACKAGES += \ | ||
bootctrl.xiaomi_sm8250.recovery \ | ||
bootctrl.sony_sm8250.recovery \ | ||
[email protected] | ||
|
||
# SHIPPING API | ||
PRODUCT_SHIPPING_API_LEVEL := 30 | ||
# VNDK API | ||
PRODUCT_TARGET_VNDK_VERSION := 31 | ||
PRODUCT_SHIPPING_API_LEVEL := 31 | ||
|
||
# Soong namespaces | ||
PRODUCT_SOONG_NAMESPACES += \ | ||
$(DEVICE_PATH) | ||
|
||
PRODUCT_USE_DYNAMIC_PARTITIONS := true | ||
|
||
# otacert | ||
PRODUCT_EXTRA_RECOVERY_KEYS += \ | ||
$(DEVICE_PATH)/security/miui_releasekey | ||
|
||
# PRODUCT_RELEASE_NAME ro.twrp.device.name | ||
PRODUCT_PROPERTY_OVERRIDES += ro.twrp.device.name=$(PRODUCT_RELEASE_NAME) | ||
|
||
TWRP_REQUIRED_MODULES += miui_prebuilt \ | ||
magisk_prebuilt | ||
PRODUCT_PROPERTY_OVERRIDES += ro.twrp.vendor_boot=true | ||
TWRP_REQUIRED_MODULES += sony_firmware |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.