Explorar el Código

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 hace 1 año
padre
commit
1d39d6b82c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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"