commit | 3b24406ddaa13ad0caf31f435ede9370f7becad7 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Jul 11 13:31:36 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Jul 18 12:38:08 2023 +0000 |
tree | fd999fced364e873f37c4da8713db1bb0daf2711 | |
parent | 921a465919d8b0f50084faf3157041cf1acd3994 [diff] [blame] |
Create one rule per one corpus/data files To avoid MAX_ARG_STRLEN hardlimit. Test: build and check intermediate directory Change-Id: I44db1ed14cae4de6ace5b25a392d394d0f9f617a
diff --git a/cc/cc.go b/cc/cc.go index 6087970..a52fc11 100644 --- a/cc/cc.go +++ b/cc/cc.go
@@ -42,6 +42,7 @@ func init() { RegisterCCBuildComponents(android.InitRegistrationContext) + pctx.Import("android/soong/android") pctx.Import("android/soong/cc/config") }