|
@@ -22,14 +22,6 @@ ddk_headers(
|
|
|
)
|
|
|
)
|
|
|
|
|
|
-ddk_headers(
|
|
|
- name = "atmel_mxt_headers",
|
|
|
- hdrs = glob([
|
|
|
- "qts/*.h"
|
|
|
- ]
|
|
|
- )
|
|
|
-)
|
|
|
-
|
|
|
ddk_headers(
|
|
|
name = "config_headers",
|
|
|
hdrs = glob([
|
|
@@ -41,7 +33,7 @@ ddk_headers(
|
|
|
|
|
|
ddk_headers(
|
|
|
name = "touch_drivers_headers",
|
|
|
- hdrs = [":goodix_ts_headers", ":nt36xxx_headers", ":atmel_mxt_headers", ":config_headers"]
|
|
|
+ hdrs = [":goodix_ts_headers", ":nt36xxx_headers", ":config_headers"]
|
|
|
)
|
|
|
|
|
|
load(":target.bzl", "define_pineapple")
|