1cc_binary { 2 name: "zram-perf", 3 cflags: [ 4 "-g", 5 "-Wall", 6 "-Werror", 7 "-Wno-missing-field-initializers", 8 "-Wno-sign-compare", 9 "-Wno-unused-parameter", 10 ], 11 srcs: ["zram-perf.cpp"], 12} 13