From 5e99acd1273d60b1755d9af1a89f705ee82599ee Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 1 Jul 2021 19:56:59 -0700 Subject: Kleaf: add edgetpu kernel module for cloudripper Bug: 192617687 Test: builds Change-Id: Id127015e7f3801a6f2971cd5d992f9558c8b6922 --- drivers/edgetpu/BUILD.bazel | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 drivers/edgetpu/BUILD.bazel diff --git a/drivers/edgetpu/BUILD.bazel b/drivers/edgetpu/BUILD.bazel new file mode 100644 index 0000000..83d0c84 --- /dev/null +++ b/drivers/edgetpu/BUILD.bazel @@ -0,0 +1,20 @@ +# NOTE: THIS FILE IS EXPERIMENTAL FOR THE BAZEL MIGRATION AND NOT USED FOR +# YOUR BUILDS CURRENTLY. +# +# It is not yet the source of truth for your build. If you're looking to modify +# the build file, modify the Android.bp file instead. Do *not* modify this file +# unless you have coordinated with the team managing the Soong to Bazel +# migration. + +load("//build/kleaf:kernel.bzl", "kernel_module") + +kernel_module( + name = "edgetpu.cloudripper", + outs = [ + "janeiro.ko", + ], + kernel_build = "//private/gs-google:cloudripper", + visibility = [ + "//private/gs-google:__pkg__", + ], +) -- cgit v1.2.3