load("//cuttlefish/bazel:rules.bzl", "cf_cc_library") package( default_visibility = ["//:android_cuttlefish"], ) cf_cc_library( name = "msg_queue", srcs = [ "msg_queue.cc", ], hdrs = [ "msg_queue.h", ], deps = [ "//libbase", ], )