blob: 3a6c04ccbb1c408bdd781f200545b953d78d0596 [file] [log] [blame]
Yifan Hong51150532021-07-01 19:57:00 -07001# NOTE: THIS FILE IS EXPERIMENTAL FOR THE BAZEL MIGRATION AND NOT USED FOR
2# YOUR BUILDS CURRENTLY.
3#
4# It is not yet the source of truth for your build. If you're looking to modify
5# the build file, modify the Android.bp file instead. Do *not* modify this file
6# unless you have coordinated with the team managing the Soong to Bazel
7# migration.
8
9load("//build/kleaf:kernel.bzl", "kernel_module")
10
11kernel_module(
12 name = "lwis.cloudripper",
13 outs = [
14 "lwis.ko",
15 ],
16 kernel_build = "//private/gs-google:cloudripper",
17 visibility = [
18 "//private/gs-google:__pkg__",
19 ],
20)