README.txt 653 B

1234567891011121314151617181920
  1. How to set up and Compile using Bazel
  2. Create symlink to link with kernel_platform for building and running bazel
  3. mkdir -p kernel_platform/external_modules
  4. cd kernel_platform/external_modules
  5. ln -s ../../vendor/qcom/opens/fingerprint
  6. Command to check from kernel_platform dir to check if setup correct
  7. ./build_with_bazel.py -t pinapple gki --lto=thin
  8. Command to run bazel build
  9. ./tools/bazel build --lto=thin //external_modules/fingerprint:all
  10. Command example to run bazel run to copy to dist dir
  11. ./tools/bazel run --lto=thin //external_modules/fingerprint:pinapple_gki_qbt_handler_dist
  12. Note: A few misspells on purpose to avoid banned keywords.