Revert "sm8250-common: fixup for pstars libgui_vendor.so"
This reverts commit 1b2090b03b263060a67e7675068e42c8c79a212d. building from source
This commit is contained in:
parent
22daf1fca5
commit
4b786f2379
@ -58,17 +58,6 @@ if [ -z "${SRC}" ]; then
|
|||||||
SRC="adb"
|
SRC="adb"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function blob_fixup() {
|
|
||||||
case "${1}" in
|
|
||||||
vendor/lib/libgui_vendor.so)
|
|
||||||
sed -i "s/libui.so/lui30.so/" "${2}"
|
|
||||||
;;
|
|
||||||
vendor/lib64/libgui_vendor.so)
|
|
||||||
sed -i "s/libui.so/lui30.so/" "${2}"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
if [ -z "${ONLY_TARGET}" ]; then
|
if [ -z "${ONLY_TARGET}" ]; then
|
||||||
# Initialize the helper for common device
|
# Initialize the helper for common device
|
||||||
setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${ANDROID_ROOT}" true "${CLEAN_VENDOR}"
|
setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${ANDROID_ROOT}" true "${CLEAN_VENDOR}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user