Skip to content

Commit 00187b4

Browse files
committed
tree-wide: lint packages
[skip ci]
1 parent 9c8ebe5 commit 00187b4

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

tur-electron-2/electron-test/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ termux_step_configure() {
177177

178178
# Dummy librt.so
179179
# Why not dummy a librt.a? Some of the binaries reference symbols only exists in Android
180-
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
180+
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
181181
# libprotobuf_lite.a, but it is hard to remove the usage of `android/log.h` in protobuf.
182182
echo "INPUT(-llog -liconv -landroid-shmem)" > "$TERMUX_PREFIX/lib/librt.so"
183183

tur-electron/electron-12/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ termux_step_configure() {
9898

9999
# Dummy librt.so
100100
# Why not dummy a librt.a? Some of the binaries reference symbols only exists in Android
101-
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
101+
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
102102
# libprotobuf_lite.a, but it is hard to remove the usage of `android/log.h` in protobuf.
103103
echo "INPUT(-llog -liconv -landroid-shmem)" > "$TERMUX_PREFIX/lib/librt.so"
104104
_DUMMY_FILES+=("$TERMUX_PREFIX/lib/librt.so")

tur-electron/electron-13/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ termux_step_configure() {
9898

9999
# Dummy librt.so
100100
# Why not dummy a librt.a? Some of the binaries reference symbols only exists in Android
101-
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
101+
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
102102
# libprotobuf_lite.a, but it is hard to remove the usage of `android/log.h` in protobuf.
103103
echo "INPUT(-llog -liconv -landroid-shmem)" > "$TERMUX_PREFIX/lib/librt.so"
104104
_DUMMY_FILES+=("$TERMUX_PREFIX/lib/librt.so")

tur-electron/electron-19/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ termux_step_configure() {
9696

9797
# Dummy librt.so
9898
# Why not dummy a librt.a? Some of the binaries reference symbols only exists in Android
99-
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
99+
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
100100
# libprotobuf_lite.a, but it is hard to remove the usage of `android/log.h` in protobuf.
101101
echo "INPUT(-llog -liconv -landroid-shmem)" > "$TERMUX_PREFIX/lib/librt.so"
102102

tur-electron/electron-21/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ termux_step_configure() {
117117

118118
# Dummy librt.so
119119
# Why not dummy a librt.a? Some of the binaries reference symbols only exists in Android
120-
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
120+
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
121121
# libprotobuf_lite.a, but it is hard to remove the usage of `android/log.h` in protobuf.
122122
echo "INPUT(-llog -liconv -landroid-shmem)" > "$TERMUX_PREFIX/lib/librt.so"
123123

tur-electron/electron-22/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ termux_step_configure() {
102102

103103
# Dummy librt.so
104104
# Why not dummy a librt.a? Some of the binaries reference symbols only exists in Android
105-
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
105+
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
106106
# libprotobuf_lite.a, but it is hard to remove the usage of `android/log.h` in protobuf.
107107
echo "INPUT(-llog -liconv -landroid-shmem)" > "$TERMUX_PREFIX/lib/librt.so"
108108

tur-electron/electron-23/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ termux_step_configure() {
102102

103103
# Dummy librt.so
104104
# Why not dummy a librt.a? Some of the binaries reference symbols only exists in Android
105-
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
105+
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
106106
# libprotobuf_lite.a, but it is hard to remove the usage of `android/log.h` in protobuf.
107107
echo "INPUT(-llog -liconv -landroid-shmem)" > "$TERMUX_PREFIX/lib/librt.so"
108108

tur-electron/electron-24/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ termux_step_configure() {
102102

103103
# Dummy librt.so
104104
# Why not dummy a librt.a? Some of the binaries reference symbols only exists in Android
105-
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
105+
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
106106
# libprotobuf_lite.a, but it is hard to remove the usage of `android/log.h` in protobuf.
107107
echo "INPUT(-llog -liconv -landroid-shmem)" > "$TERMUX_PREFIX/lib/librt.so"
108108

tur-electron/electron-25/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ termux_step_configure() {
102102

103103
# Dummy librt.so
104104
# Why not dummy a librt.a? Some of the binaries reference symbols only exists in Android
105-
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
105+
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
106106
# libprotobuf_lite.a, but it is hard to remove the usage of `android/log.h` in protobuf.
107107
echo "INPUT(-llog -liconv -landroid-shmem)" > "$TERMUX_PREFIX/lib/librt.so"
108108

tur-electron/electron-26/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ termux_step_configure() {
102102

103103
# Dummy librt.so
104104
# Why not dummy a librt.a? Some of the binaries reference symbols only exists in Android
105-
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
105+
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
106106
# libprotobuf_lite.a, but it is hard to remove the usage of `android/log.h` in protobuf.
107107
echo "INPUT(-llog -liconv -landroid-shmem)" > "$TERMUX_PREFIX/lib/librt.so"
108108

0 commit comments

Comments
 (0)