Loading libsparse/Android.bp +17 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,23 @@ cc_binary { cflags: ["-Werror"], } cc_binary_host { name: "simg2img_static", srcs: [ "simg2img.cpp", "sparse_crc32.cpp", ], static_libs: [ "libsparse", "libz", "libbase", ], cflags: ["-Werror"], stl: "libc++_static", static_executable: true, } cc_binary { name: "img2simg", host_supported: true, Loading Loading
libsparse/Android.bp +17 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,23 @@ cc_binary { cflags: ["-Werror"], } cc_binary_host { name: "simg2img_static", srcs: [ "simg2img.cpp", "sparse_crc32.cpp", ], static_libs: [ "libsparse", "libz", "libbase", ], cflags: ["-Werror"], stl: "libc++_static", static_executable: true, } cc_binary { name: "img2simg", host_supported: true, Loading