Skip to content

Commit

Permalink
Fixed (accidentally) changed key path
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleletortue committed Nov 10, 2023
1 parent 925fb52 commit 3698dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BOOTLOADER_DIR="$(dirname "$(readlink -f "$BASH_SOURCE")")"
BOOT_UNPACKER_DIR="$BOOTLOADER_DIR/Android_boot_image_editor"
BOOT_UNPACKER_KEYS_DIR="$BOOT_UNPACKER_DIR/aosp/avb/data"
BOOT_UNPACKER_PRIVATE_KEY="$BOOT_UNPACKER_KEYS_DIR/testkey_rsa4096.pem"
BOOT_UNPACKER_PUBLIC_KEY="$BOOT_UNPACKER_KEYS_DIR/testkey_rsa4096_pub.key"
BOOT_UNPACKER_PUBLIC_KEY="$BOOT_UNPACKER_KEYS_DIR/testkey_rsa4096_pub.bin"
BOOT_UNPACKER_OUTPUT_DIR="$BOOT_UNPACKER_DIR/build/unzip_boot"
BASE_DIR="$BOOTLOADER_DIR/base"
BASE_KEYS_DIR="$BASE_DIR/keys"
Expand Down

0 comments on commit 3698dd6

Please sign in to comment.