From bb61c74c3eb502113a83208c05326f8d5750f321 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 8 Jul 2021 14:28:13 -0700 Subject: [PATCH] ANDROID: kleaf: sources -> srcs. That's the common keyword we use. Test: pass Bug: 192655270 Signed-off-by: Yifan Hong Change-Id: I77d58fb99e0186e88a63ba8576ac23eabc72833e --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 564488eca584..4c1a6b6a3e28 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -33,7 +33,7 @@ x86_64_outs = common_outs + ["bzImage"] name = name, outs = outs, build_config = config, - sources = glob( + srcs = glob( ["**"], exclude = [ "android/*",