Sin descripción

Revar Rajeev a846cb01a5 soc: qcom: qbt: Resolve QBT Driver Compiler Warnings hace 1 año
Android.mk 01fd121deb fingerprint: Move QBT Driver to Vendor SI hace 2 años
BUILD.bazel 3db7864d99 fingerprint: Bazel changes for Kernal DDK hace 1 año
Kbuild 01fd121deb fingerprint: Move QBT Driver to Vendor SI hace 2 años
Makefile 01fd121deb fingerprint: Move QBT Driver to Vendor SI hace 2 años
README.txt 3db7864d99 fingerprint: Bazel changes for Kernal DDK hace 1 año
define_modules.bzl 3db7864d99 fingerprint: Bazel changes for Kernal DDK hace 1 año
fingerprint_board.mk 01fd121deb fingerprint: Move QBT Driver to Vendor SI hace 2 años
fingerprint_product.mk 01fd121deb fingerprint: Move QBT Driver to Vendor SI hace 2 años
qbt_handler.c a846cb01a5 soc: qcom: qbt: Resolve QBT Driver Compiler Warnings hace 1 año
qbt_handler.h 01fd121deb fingerprint: Move QBT Driver to Vendor SI hace 2 años

README.txt

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.