miuicamera: Stop splitting and set up git lfs for MiuiCamera.apk
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
MiuiCamera.apk filter=lfs diff=lfs merge=lfs -text
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +0,0 @@
|
||||
MiuiCamera.apk
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9e144441bc627fb72993fed8c6b88c880fc70d13397340e1cc3e5cbe6974c4a
|
||||
size 114297065
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
;;
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
# Merge MiuiCamera App
|
||||
cat vendor/xiaomi/miuicamera/common/proprietary/system/priv-app/MiuiCamera/MiuiCamera.apk.part* > vendor/xiaomi/miuicamera/common/proprietary/system/priv-app/MiuiCamera/MiuiCamera.apk
|
||||
Reference in New Issue
Block a user