diff options
| author | 2024-10-07 03:44:40 +0000 | |
|---|---|---|
| committer | 2024-10-07 03:44:40 +0000 | |
| commit | 9aa892c6c0fa360100c7163782c7bb5c64560245 (patch) | |
| tree | 32592f008b46d8df1821a99faa57db92c4b142a3 /tools/filelistdiff/Android.bp | |
| parent | d356d483a1dfd253e92fa7b8a67a5de705ebbe5b (diff) | |
| parent | f460a638f1beb32201bcdd5298984edef2f4a577 (diff) | |
Merge "Define file_diff allowlist for the next builds." into main
Diffstat (limited to 'tools/filelistdiff/Android.bp')
| -rw-r--r-- | tools/filelistdiff/Android.bp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/filelistdiff/Android.bp b/tools/filelistdiff/Android.bp index ab766d6d93..3826e50ff3 100644 --- a/tools/filelistdiff/Android.bp +++ b/tools/filelistdiff/Android.bp @@ -24,4 +24,9 @@ python_binary_host { prebuilt_etc_host { name: "system_image_diff_allowlist", src: "allowlist", -}
\ No newline at end of file +} + +prebuilt_etc_host { + name: "system_image_diff_allowlist_next", + src: "allowlist_next", +} |