File: BUILD.bazel

package info (click to toggle)
android-cuttlefish 1.0.1-0~exp2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,192 kB
  • sloc: cpp: 39,149; sh: 2,523; javascript: 242; exp: 152; python: 125; makefile: 88
file content (9 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
7
8
9
package(
    default_visibility = ["//visibility:public"],
)

cc_library(
    name = "log_header",
    hdrs = ["android/log.h"],
    includes = [""],
)