1cc_binary { 2 name: "runconuid", 3 4 cflags: [ 5 "-Wall", 6 "-Werror", 7 ], 8 9 srcs: ["runconuid.cpp"], 10 11 shared_libs: ["libselinux"], 12} 13