Skip to content

Commit 23110c4

Browse files
committed
fix build on ubuntu 16.04
1 parent b21e856 commit 23110c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aosp/libsparse/simg2simg/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ application {
1212
tasks.withType(LinkExecutable::class.java).configureEach {
1313
linkerArgs.add("-lz")
1414
}
15+
16+
tasks.withType(CppCompile::class.java).configureEach {
17+
compilerArgs.add("-std=c++11")
18+
}

0 commit comments

Comments
 (0)