Skip to content

Commit

Permalink
miuicamera: Stop splitting and set up git lfs for MiuiCamera.apk
Browse files Browse the repository at this point in the history
  • Loading branch information
rayavanindra committed Nov 24, 2024
1 parent ba67344 commit f3f1984
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MiuiCamera.apk filter=lfs diff=lfs merge=lfs -text
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

3 changes: 3 additions & 0 deletions common/proprietary/system/priv-app/MiuiCamera/MiuiCamera.apk
Git LFS file not shown
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ function blob_fixup() {
[ "$2" = "" ] && return 0
"${PATCHELF_0_17_2}" --set-soname libgallery_mpbase.so "${2}"
;;
system/priv-app/MiuiCamera/MiuiCamera.apk)
[ "$2" = "" ] && return 0
split --bytes=49M -d "$2" "$2".part
;;
*)
return 1
;;
Expand Down
2 changes: 0 additions & 2 deletions vendorsetup.sh

This file was deleted.

0 comments on commit f3f1984

Please sign in to comment.