Files
chandu078 05d3c2a233 Add 'qcom/opensource/fingerprint/' from commit '34657374442183dc8388fbe00464e95af8af9929'
git-subtree-dir: qcom/opensource/fingerprint
git-subtree-mainline: 79150ebf0c
git-subtree-split: 3465737444
2025-08-03 09:15:18 +05:30
..

How to set up and Compile using Bazel

Create symlink to link with kernel_platform for building and running bazel

mkdir -p kernel_platform/external_modules
cd kernel_platform/external_modules
ln -s ../../vendor/qcom/opens/fingerprint


Command to check from kernel_platform dir to check if setup correct
./build_with_bazel.py -t pinapple gki --lto=thin


Command to run bazel build
./tools/bazel build --lto=thin //external_modules/fingerprint:all

Command example to run bazel run to copy to dist dir
./tools/bazel run --lto=thin //external_modules/fingerprint:pinapple_gki_qbt_handler_dist

Note: A few misspells on purpose to avoid banned keywords.