File tree Expand file tree Collapse file tree 25 files changed +62
-0
lines changed Expand file tree Collapse file tree 25 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
2
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
3
+
1
4
#-------------------------------------------------------------------------------
2
5
# Copyright 2022 Google LLC
3
6
#
Original file line number Diff line number Diff line change 31
31
"core_dl_files_except_taint" ,
32
32
"export_dl_files_local" ,
33
33
)
34
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
35
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
34
36
35
37
package (
36
38
default_visibility = ["//src:__subpackages__" ],
Original file line number Diff line number Diff line change 20
20
"gen_souffle_cxx_code" ,
21
21
"souffle_cc_library" ,
22
22
)
23
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
23
24
24
25
package (
25
26
features = ["layering_check" ],
Original file line number Diff line number Diff line change
1
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
2
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
3
+
1
4
#-------------------------------------------------------------------------------
2
5
# Copyright 2023 Google LLC
3
6
#
Original file line number Diff line number Diff line change 18
18
"//build_defs:package_groups.oss.bzl" ,
19
19
"frontend_packages" ,
20
20
)
21
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
22
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
21
23
22
24
package (
23
25
default_visibility = ["//src:__subpackages__" ],
Original file line number Diff line number Diff line change
1
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
2
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
3
+
1
4
#-------------------------------------------------------------------------------
2
5
# Copyright 2022 Google LLC
3
6
#
Original file line number Diff line number Diff line change 19
19
"//build_defs:raksha_policy_verifier.bzl" ,
20
20
"raksha_policy_verifier_library" ,
21
21
)
22
+ load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
23
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
24
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
22
25
23
26
package (
24
27
default_visibility = ["//src:__subpackages__" ],
Original file line number Diff line number Diff line change 15
15
#
16
16
#-------------------------------------------------------------------------------
17
17
18
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
19
+
18
20
package (
19
21
default_visibility = ["//src:__subpackages__" ],
20
22
features = ["layering_check" ],
Original file line number Diff line number Diff line change 15
15
#
16
16
#-------------------------------------------------------------------------------
17
17
18
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
19
+
18
20
package (
19
21
default_visibility = ["//src:__subpackages__" ],
20
22
features = ["layering_check" ],
Original file line number Diff line number Diff line change
1
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
2
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
3
+
1
4
#-------------------------------------------------------------------------------
2
5
# Copyright 2021 Google LLC
3
6
#
You can’t perform that action at this time.
0 commit comments