4d4cbeef1c3fb7009452c5ca34feb29cffd30486

Replaced APIS for KP 4.0 in order to compile the driver successfully. Change-Id: Id1ae4a9581d3869fdc50b6d3b23e5d480c325c4c Signed-off-by: Utkarsha Bagade <quic_ubagade@quicinc.com>
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.
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%