mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
bazel: Set generator version to default v1
No change in behavior. PiperOrigin-RevId: 438766481 Change-Id: Iaf52d32856007fb83ee0032d4d5097482f45f47d
This commit is contained in:
parent
4b2c730c5e
commit
3f72b3cab7
|
@ -30,6 +30,7 @@ sapi_library(
|
|||
functions = [
|
||||
"AddTwoIntegers",
|
||||
],
|
||||
generator_version = 1,
|
||||
input_files = ["hello_lib.cc"],
|
||||
lib = ":hello_lib",
|
||||
lib_name = "Hello",
|
||||
|
|
|
@ -54,6 +54,7 @@ sapi_library(
|
|||
"violate",
|
||||
"get_raw_c_string",
|
||||
],
|
||||
generator_version = 1,
|
||||
input_files = ["stringop.cc"],
|
||||
lib = ":stringop",
|
||||
lib_name = "Stringop",
|
||||
|
|
|
@ -60,6 +60,7 @@ sapi_library(
|
|||
"sleep_for_sec",
|
||||
"sumproto",
|
||||
],
|
||||
generator_version = 1,
|
||||
input_files = [
|
||||
"sum.c",
|
||||
"sum_cpp.cc",
|
||||
|
|
|
@ -28,6 +28,7 @@ sapi_library(
|
|||
"deflate",
|
||||
"deflateEnd",
|
||||
],
|
||||
generator_version = 1,
|
||||
lib = "@net_zlib//:zlib",
|
||||
lib_name = "Zlib",
|
||||
namespace = "sapi::zlib",
|
||||
|
|
|
@ -60,6 +60,7 @@ cc_library(
|
|||
# Targets for testing if generated code compiles
|
||||
sapi_library(
|
||||
name = "tests_sapi_generator",
|
||||
generator_version = 1,
|
||||
input_files = [
|
||||
"testdata/tests.cc",
|
||||
"testdata/tests2.cc",
|
||||
|
|
Loading…
Reference in New Issue
Block a user