From 78ffe43ec89edc484dca5cf581cf5d8cff558fd6 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Thu, 3 Sep 2015 14:12:39 +0000 Subject: Add more source filegroups for the installer With those filegroup the tutorial is able to compile iOS and App Engine stuff. Here how to test: git clone https://github.com/bazelbuild/bazel git clone https://github.com/bazelbuild/examples export BAZEL_WORKSPACE=$PWD/bazel export EXAMPLES_WORKSPACE=$PWD/examples cd $BAZEL_WORKSPACE ./compile.sh ./output/bazel --bazelrc=/dev/null --nomaster_bazelrc \ build //scripts/packages:install.sh export BAZEL_INSTALLER=$(readlink bazel-bin)/scripts/packages/install.sh cd $EXAMPLES_WORKSPACE ./tutorial/ci/build.sh -- Change-Id: I553ab8821f5a5cdcc7a8b4614e23ca4c79581e4f Reviewed-on: https://bazel-review.googlesource.com/1878 MOS_MIGRATED_REVID=102239866 --- third_party/iossim/BUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'third_party/iossim') diff --git a/third_party/iossim/BUILD b/third_party/iossim/BUILD index 047c58832d..06e3ee111e 100644 --- a/third_party/iossim/BUILD +++ b/third_party/iossim/BUILD @@ -1,3 +1,9 @@ licenses(["notice"]) # 3-clause BSD +filegroup( + name = "srcs", + srcs = glob(["**"]), + visibility = ["//third_party:__pkg__"], +) + exports_files(["iossim"]) -- cgit v1.2.3