commit | 6a7940cc99c4cdafd7a33fe1677bdf4df2b28672 | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Tue May 09 17:12:22 2023 -0700 |
committer | Yu Liu <yudiliu@google.com> | Mon May 22 15:02:36 2023 -0700 |
tree | 6bb371f118de190991a93dce6b4a9cf3e982b5d7 | |
parent | 36f3ed11913fbb5084ee1b44703b9efc3a451ccb [diff] [blame] |
Support sandboxing genrule Bug: 281067655 Test: local build Change-Id: I123b5e51eaf1476d1215e5208331b6540d45fd98
diff --git a/genrule/Android.bp b/genrule/Android.bp index 8fb5c40..b201cae 100644 --- a/genrule/Android.bp +++ b/genrule/Android.bp
@@ -15,6 +15,7 @@ "soong-shared", ], srcs: [ + "allowlists.go", "genrule.go", "locations.go", ],