Skip to content

Commit

Permalink
dm3q: November security patches
Browse files Browse the repository at this point in the history
Change-Id: I7b62147d9da7b844b0d0dcb30365b3d1e24bcc42
  • Loading branch information
salvogiangri committed Dec 3, 2024
1 parent 10e0873 commit 3464240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/internal/update_prebuilt_blobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ case "$1" in
;;
"unica/patches/product_feature/resolution")
MODULE="$1"
FW="SM-S918B/EUX/350196551234562"
FW="SM-S918B/BTE/350196551234562"
BLOBS="$(find "$SRC_DIR/unica/patches/product_feature/resolution/system" -type f \
| sed "s.$SRC_DIR/unica/patches/product_feature/resolution.system.")"
;;
"unica/patches/ultra")
MODULE="$1"
FW="SM-S918B/EUX/350196551234562"
FW="SM-S918B/BTE/350196551234562"
BLOBS="$(find "$SRC_DIR/unica/patches/ultra/system" -type f | sed "s.$SRC_DIR/unica/patches/ultra.system.")"
;;
"unica/patches/uwb")
MODULE="$1"
FW="SM-S918B/EUX/350196551234562"
FW="SM-S918B/BTE/350196551234562"
BLOBS="$(find "$SRC_DIR/unica/patches/uwb/system" -type f | sed "s.$SRC_DIR/unica/patches/uwb.system.")"
BLOBS+="$(find "$SRC_DIR/unica/patches/uwb/system_ext" -type f -printf "\n%p" | sed "s.$SRC_DIR/unica/patches/uwb/..")"
;;
Expand Down
2 changes: 1 addition & 1 deletion target/dm3q/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Device configuration file for Galaxy S23 Ultra (dm3q)
TARGET_NAME="Galaxy S23 Ultra"
TARGET_CODENAME="dm3q"
TARGET_FIRMWARE="SM-S918B/EUX/350196551234562"
TARGET_FIRMWARE="SM-S918B/BTE/350196551234562"
TARGET_EXTRA_FIRMWARES=()
TARGET_API_LEVEL=34
TARGET_PRODUCT_FIRST_API_LEVEL=33
Expand Down

0 comments on commit 3464240

Please sign in to comment.