sdm710-common: Add statically linked parted
* Statically linked parted (https://forum.renegade-project.org/t/linux-android-aarch64-parted3-5-statically-linked-parted/2937/2) * It may help you install Windows!
This commit is contained in:
parent
712c0269bb
commit
f9940cea9f
2 changed files with 4 additions and 0 deletions
BIN
parted/parted
Normal file
BIN
parted/parted
Normal file
Binary file not shown.
|
@ -458,3 +458,7 @@ VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
|||
|
||||
# Set boot SPL
|
||||
BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
||||
|
||||
# Statically linked GNU parted
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/parted/parted:$(TARGET_COPY_OUT_SYSTEM)/bin/parted
|
||||
|
|
Loading…
Reference in a new issue