mirror of
https://github.com/tsukumijima/libmali-rockchip.git
synced 2026-01-24 00:10:50 +01:00
Run update_debian.sh in normalize.sh
Update debian control and rules when normalizing libraries. Change-Id: I7d7285f3bf0ff2836b9580d6cc6b4ffe3256d941 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
parent
45b81eb0de
commit
4cf486cc83
1 changed files with 3 additions and 0 deletions
|
|
@ -22,3 +22,6 @@ done 2>/dev/null
|
|||
for lib in $(find . -name "*.so");do
|
||||
patchelf --set-soname libmali.so.1 $lib
|
||||
done
|
||||
|
||||
# Update debian control and rules
|
||||
./update_debian.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue