Add support for Blair target in Bazel build system Change-Id: I176499df32dcadbab02399a15d0eb314ac4c5047 Signed-off-by: Kaustubh Pandey <[email protected]>
@@ -5,6 +5,9 @@ define_modules("pineapple", "consolidate")
define_modules("pineapple", "gki")
+define_modules("blair", "consolidate")
+
+define_modules("blair", "gki")
package(
default_visibility = [
"//visibility:public",
@@ -21,7 +21,7 @@ config RMNET_CTL
config RMNET_LA_PLATFORM
default y
bool "RMNET platform support"
- depends on ARCH_PINEAPPLE
+ depends on ARCH_PINEAPPLE || ARCH_BLAIR
help
Enable the functionality gated by the RMNET_LA_PLATFORM configuration
in rmnet driver.
@@ -23,6 +23,11 @@ def define_modules(target, variant):
"core/rmnet_ctl_client.c",
],
},
+ "CONFIG_ARCH_BLAIR": {
+ True: [
+ "core/rmnet_ctl_client.c",
+ ],
+ },
kernel_build = "//msm-kernel:{}".format(kernel_build_variant),
deps = [