
Add support for fastrpc modules to be built with bazel for pineapple Change-Id: Iaf655ee70258c745c3885ac9b0c82ff9f0830a8b Signed-off-by: Anirudh Raghavendra <quic_araghave@quicinc.com> Signed-off-by: John Moon <quic_johmoo@quicinc.com>
16 lines
307 B
Python
16 lines
307 B
Python
# Bazel file for fastrpc
|
|
# Three modules to be exported - frpc-adsprpc,
|
|
# cdsp-loader and frpc-trusted
|
|
|
|
package(
|
|
default_visibility = [
|
|
"//visibility:public",
|
|
],
|
|
)
|
|
|
|
load(":define_modules.bzl", "define_modules")
|
|
|
|
define_modules("pineapple", "consolidate")
|
|
|
|
define_modules("pineapple", "gki")
|