Skip to content

Commit 12b5775

Browse files
robertkirkmanGrimler91
authored andcommitted
chore(scripts/setup-ubuntu): rename symbolic link to prepare for aosp-libs package
Dependency of #22906
1 parent c444bff commit 12b5775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/setup-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ echo -e 'LANG="en_US.UTF-8"\nLANGUAGE="en_US:en"\n' | $SUDO tee -a /etc/default/
342342
. $(dirname "$(realpath "$0")")/properties.sh
343343
$SUDO mkdir -p $TERMUX_PREFIX
344344
$SUDO chown -R $(whoami) /data
345-
$SUDO ln -sf /data/data/com.termux/files/usr/opt/bionic-host /system
345+
$SUDO ln -sf /data/data/com.termux/files/usr/opt/aosp /system
346346

347347
# Install newer pkg-config then what ubuntu provides, as the stock
348348
# ubuntu version has performance problems with at least protobuf:

0 commit comments

Comments
 (0)