Go to file
Sri Krishna Chaitanya Valluri 2fd10c20bd fingerprint: Add DLKM rule for fingeprint module
Add new FINGERPRINT_DLKM_ENABLED flag to enable/disable
compilation of Fingeprint module from target level makefile.
This is particularly needed for Dev SP (LA.VENDOR.0.15.3) BU.

Change-Id: I91832510692c8bb5a5956090f52a83046e8079aa
Signed-off-by: Sri Krishna Chaitanya Valluri <quic_svalluri@quicinc.com>
2023-08-09 12:49:50 +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.
儲存庫描述
No description provided
Readme 226 MiB
Languages
C 98.7%
C++ 0.9%
Makefile 0.3%
Starlark 0.1%