commit | 82e96f31df274539b39f5446556aef620b2a94af | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Wed Nov 16 22:09:48 2022 -0800 |
committer | Patrick Rohr <prohr@google.com> | Wed Nov 16 22:12:43 2022 -0800 |
tree | 32141ed8d6f5983cbf944507d34dbd5d33a659c2 | |
parent | b2d816b8fb0b87eeaf5d2800b9e108991a07ed20 [diff] |
gn2bp: change filegroup to cc_defaults Filegroups do not support per-target/arch sources, but cc_defaults do. Since modules that are not compiled (filegroups, genrules, cc_defaults) do not support deps, only cc_library or cc_binary targets can depend on filegroups. This means, it should be safe to convert filegroups to cc_defaults. Test: //components/cronet/android:cronet Change-Id: Ie937102c093d46d42867e0472e43901fdf427894