summaryrefslogtreecommitdiff
path: root/tools/releasetools/validate_target_files.py
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-12-01 08:18:40 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-12-01 08:18:40 +0000
commite5bfa38457302bbdea30e45d68e0043b6d512281 (patch)
treef9605e19ecf6433b26f831cfbc8a16ad5379a05f /tools/releasetools/validate_target_files.py
parent1a9dd1c7def9c01c41d9e53c42916e60c3fab89e (diff)
parent92a517d75e5a915ef6c6458258ea35d2c2b666df (diff)
Merge "Revert "releasetools: Deprecate GKI build rules"" into main
Diffstat (limited to 'tools/releasetools/validate_target_files.py')
-rwxr-xr-xtools/releasetools/validate_target_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/releasetools/validate_target_files.py b/tools/releasetools/validate_target_files.py
index 84a2f7e261..82b31076f7 100755
--- a/tools/releasetools/validate_target_files.py
+++ b/tools/releasetools/validate_target_files.py
@@ -132,7 +132,7 @@ def ValidateFileConsistency(input_zip, input_tmp, info_dict):
return
# Verify IMAGES/system.img if applicable.
- # Some targets are system.img-less.
+ # Some targets, e.g., gki_arm64, gki_x86_64, etc., are system.img-less.
if 'IMAGES/system.img' in input_zip.namelist():
CheckAllFiles('system')