浏览代码

touch: LW: Add support for Bazel to build touch modules

Changed module name to resolve bazel compilation.

Signed-off-by: Srikanth Katteboina <[email protected]>
Change-Id: I70720e9c4093eb6b74fbd413f53cdbf1e4d04480
Srikanth Katteboina 1 年之前
父节点
当前提交
1d39d6b82c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      target.bzl
  2. 1 1
      touch_modules.bzl

+ 1 - 1
target.bzl

@@ -70,7 +70,7 @@ def define_monaco(t,v):
         variant = v,
         registry = touch_driver_modules,
         modules = [
-	    "glink_interface_ts",
+	    "glink_comm",
             "pt_ts",
             "pt_i2c",
             "pt_device_access",

+ 1 - 1
touch_modules.bzl

@@ -88,7 +88,7 @@ module_entry(
 
 #define ddk_module() for glink_interface_ts
 module_entry(
-    name = "glink_interface_ts",
+    name = "glink_comm",
     config_option = "CONFIG_TOUCHSCREEN_MSM_GLINK",
     srcs = [
             "glink_interface_ts/glink_interface.c"