Merge "Refactor code for partitions c srcs"

This commit is contained in:
Liz Kammer
2021-09-24 17:35:16 +00:00
committed by Gerrit Code Review
6 changed files with 496 additions and 128 deletions

View File

@@ -679,7 +679,7 @@ cc_library {
"both_source.c",
"both_source.s",
"both_source.S",
":both_filegroup",
":both_filegroup",
],
static: {
srcs: [
@@ -732,9 +732,9 @@ filegroup {
local_includes = ["."],
shared = {
"srcs": [
":shared_filegroup_cpp_srcs",
"shared_source.cc",
"shared_source.cpp",
"shared_source.cc",
":shared_filegroup_cpp_srcs",
],
"srcs_as": [
"shared_source.s",
@@ -747,9 +747,9 @@ filegroup {
],
},
srcs = [
":both_filegroup_cpp_srcs",
"both_source.cc",
"both_source.cpp",
"both_source.cc",
":both_filegroup_cpp_srcs",
],
srcs_as = [
"both_source.s",
@@ -762,9 +762,9 @@ filegroup {
],
static = {
"srcs": [
":static_filegroup_cpp_srcs",
"static_source.cc",
"static_source.cpp",
"static_source.cc",
":static_filegroup_cpp_srcs",
],
"srcs_as": [
"static_source.s",