diff options
-rwxr-xr-x | build/apex/art_apex_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py index 1b82302d7a..b3613c06fa 100755 --- a/build/apex/art_apex_test.py +++ b/build/apex/art_apex_test.py @@ -502,6 +502,7 @@ class ReleaseChecker: # Check flagging files that don't get added in builds on master-art. # TODO(b/345713436): Make flags work on master-art. self._checker.check_optional_file('etc/aconfig_flags.pb') + self._checker.check_optional_file('etc/flag.info') self._checker.check_optional_file('etc/flag.map') self._checker.check_optional_file('etc/flag.val') self._checker.check_optional_file('etc/package.map') |