Fix include of tcpci.h header

This header file was recently moved, this change fixes the inclusion to
the new path.

This also reverts a change in Kbuild which included the previous
location of the header.

Fixes: b89f346590d1 ("usb: typec: update include of tcpci.h")
Fixes: 403b2e940910 ("usb: typec: tcpci: move tcpci.h to include/linux/usb/")
Bug: 313899839
Change-Id: If030f4b9862169412b19b913c9c64eab3fc611cb
Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
5 files changed
tree: 3de16d8a5985d96fd51f933c37d6343c0f2dbf26
  1. arch/
  2. Documentation/
  3. drivers/
  4. include/
  5. .clang-format
  6. .gitignore
  7. BUILD.bazel
  8. build.config.gs101
  9. build.config.slider
  10. build.config.slider.blktest
  11. build.config.slider.debug_api
  12. build.config.slider.debug_kmemleak
  13. build.config.slider.debug_locking
  14. build.config.slider.debug_memory
  15. build.config.slider.debug_memory_accounting
  16. build.config.slider.kasan
  17. build.config.slider.khwasan
  18. build_slider.sh
  19. Kbuild
  20. Kconfig.ext
  21. Makefile
  22. Makefile.include
  23. merge-from-pixel-aosp-5.10.sh
  24. OWNERS
  25. OWNERS_core
  26. PREUPLOAD.cfg
  27. README.md
  28. vendor_boot_modules.slider
  29. vendor_dlkm.props.slider
  30. vendor_dlkm_modules.slider
README.md

Building with Bazel (recommended)

# Files are copied to out/{branch}/dist
$ tools/bazel run //gs/google-modules/soc-modules:slider_dist

See build/kernel/kleaf/README.md for details.

Disable LTO

Note: This only works on raviole-mainline branch.

# Files are copied to out/{branch}/dist
$ tools/bazel run --lto=none //gs/google-modules/soc-modules:slider_dist

ABI monitoring with Bazel (recommended)

Note: ABI monitoring is not supported on raviole-mainline branch.

# Compare ABI and build files for distribution
$ tools/bazel build //gs/google-modules/soc-modules:slider_abi

# Update symbol list common/android/abi_gki_aarch64_pixel
$ tools/bazel run //gs/google-modules/soc-modules:slider_abi_update_symbol_list

# Update ABI common/android/abi_gki_aarch64.xml
$ tools/bazel run //common:kernel_aarch64_abi_update

# Copy files to distribution
$ tools/bazel run //gs/google-modules/soc-modules:slider_abi_dist

Building with build_slider.sh (legacy)

$ build/build_slider.sh

Disable LTO

Note: This only works on raviole-mainline branch.

$ LTO=none build/build_slider.sh