enable avbImpl module

pull/41/head
cfig 6 years ago
parent c1d4133f79
commit 3a15924571
No known key found for this signature in database
GPG Key ID: B104C307F0FDABB7

@ -16,6 +16,7 @@ model {
} }
binaries.all { binaries.all {
cCompiler.args << "-Wall" << "-g" cCompiler.args << "-Wall" << "-g"
cppCompiler.args << "--std=c++11"
} }
} }
} }

@ -8,4 +8,4 @@ include("aosp:libsparse:simg2img")
include("aosp:libsparse:simg2simg") include("aosp:libsparse:simg2simg")
include("aosp:libsparse:append2simg") include("aosp:libsparse:append2simg")
include("aosp:libavb") include("aosp:libavb")
//include("avbImpl") include("avbImpl")

Loading…
Cancel
Save