vibrator: Drop kernel header dependency

* This is a partial revert of 5fba81168e8446448da68a5e546c2aa77b8dd148.
* CAF adds the kernel headers dep to fetch one single value that is
  removed in that commit. Easier to just carry it here, especially
  considering most devices won't have this in generated_kernel_headers,
  even.

Change-Id: I5b7daab2731e4b6b529cdb1ccf0fe173f677f8fd
This commit is contained in:
Nolen Johnson
2021-12-09 18:22:55 -05:00
committed by Bruno Martins
parent fdfa73426a
commit f3fdce9afd
2 changed files with 6 additions and 2 deletions

View File

@@ -59,7 +59,6 @@ cc_library_shared {
"android.hardware.vibrator-V1-ndk_platform",
],
export_include_dirs: ["include"],
header_libs: ["qti_kernel_headers"],
}
cc_binary {