Skip to content

Commit

Permalink
fix build on ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cfig committed Jul 18, 2020
1 parent b21e856 commit 23110c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aosp/libsparse/simg2simg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ application {
tasks.withType(LinkExecutable::class.java).configureEach {
linkerArgs.add("-lz")
}

tasks.withType(CppCompile::class.java).configureEach {
compilerArgs.add("-std=c++11")
}

0 comments on commit 23110c4

Please sign in to comment.