Specify binary release files in BUILD instead of in Jenkins
This is more track-able compared to Jenkins. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146120190 Change-Id: Ie284e431ca1a777b19f64d5e6a7bb9a2c757779d
This commit is contained in:
@@ -18,6 +18,11 @@ package(
|
||||
# Note that the shared library should be built with -fvisibility=hidden.
|
||||
PUBLIC_COPTS = ["-fvisibility=default"]
|
||||
|
||||
filegroup(
|
||||
name = "binary_release_files",
|
||||
srcs = glob(["*.h"]),
|
||||
)
|
||||
|
||||
cc_binary(
|
||||
name = "libprovisioning_sdk.so",
|
||||
linkshared = 1,
|
||||
|
||||
@@ -8,6 +8,14 @@
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
filegroup(
|
||||
name = "binary_release_files",
|
||||
srcs = glob([
|
||||
"*.py",
|
||||
"*.i",
|
||||
]),
|
||||
)
|
||||
|
||||
py_library(
|
||||
name = "test_data_utility",
|
||||
srcs = ["test_data_utility.py"],
|
||||
|
||||
Reference in New Issue
Block a user