
Add support for Blair target in Bazel build system for necessary modules Change-Id: Iff269da75d27cf43fae4cf878d14117a0c3249e8 Signed-off-by: Kaustubh Pandey <quic_kapandey@quicinc.com>
11 行
234 B
Python
11 行
234 B
Python
load(":define_perf.bzl", "define_perf")
|
|
load("//build/kernel/kleaf:kernel.bzl", "ddk_module")
|
|
|
|
define_perf("pineapple", "consolidate")
|
|
|
|
define_perf("pineapple", "gki")
|
|
|
|
define_perf("blair", "consolidate")
|
|
|
|
define_perf("blair", "gki")
|