Skip to content

Commit 1e8ead8

Browse files
committed
disable module term from jackpal
1 parent 93bf37a commit 1e8ead8

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

.idea/modules.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':style', ':terminal-emulator', ':terminal-view', /*':termux',*/ ':editor-view', ':term', ':libtermexec', ':emulatorview'
1+
include ':app', ':style', ':terminal-emulator', ':terminal-view', /*':termux',*/ ':editor-view'/*, ':term', ':libtermexec', ':emulatorview'*/

terminal-emulator/build.gradle

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
11-
externalNativeBuild {
12-
ndkBuild {
13-
cFlags "-std=c11", "-Wall", "-Wextra", "-Werror", "-Os", "-fno-stack-protector", "-Wl,--gc-sections"
14-
}
15-
}
16-
1710
ndk {
18-
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
11+
abiFilters 'x86', 'armeabi-v7a'
1912
}
2013
}
2114

@@ -32,13 +25,6 @@ android {
3225
}
3326
}
3427
}
35-
36-
tasks.withType(Test) {
37-
testLogging {
38-
events "started", "passed", "skipped", "failed"
39-
}
40-
}
41-
4228
dependencies {
4329
testImplementation 'junit:junit:4.12'
4430
}

0 commit comments

Comments
 (0)