mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
a20: Remove sample blob_fixup
This commit is contained in:
parent
bc615f27ee
commit
c625806a6f
1 changed files with 0 additions and 12 deletions
|
|
@ -6,18 +6,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
function blob_fixup() {
|
||||
case "${1}" in
|
||||
vendor/lib/libsample1.so)
|
||||
sed -i 's|/data/misc/sample1|/data/misc/sample2|g' "${2}"
|
||||
;;
|
||||
vendor/lib64/libsample2.so)
|
||||
"${PATCHELF}" --remove-needed "libsample3.so" "${2}"
|
||||
"${PATCHELF}" --add-needed "libsample4.so" "${2}"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
# If we're being sourced by the common script that we called,
|
||||
# stop right here. No need to go down the rabbit hole.
|
||||
if [ "${BASH_SOURCE[0]}" != "${0}" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue