commit | 42ef1e2a2b61197938f1196e6157a9f693fff214 | [log] [tgz] |
---|---|---|
author | Song Chun Fan <schfan@google.com> | Tue Dec 05 17:49:03 2023 +0000 |
committer | Songchun Fan <schfan@google.com> | Tue Dec 05 11:24:29 2023 -0800 |
tree | 925c88e3e3920d9dac39d247ef1f761a0bfdd677 | |
parent | 4ab616bf06537bc8134d57efdfdc23cfbd3a55ec [diff] |
[pm] update the value of MATCH_QUARANTINED_COMPONENTS Avoid duplicating flag values, as the old value 0x100000000L is the same as MATCH_ARCHIVED_PACKAGES (1L << 32). This flag is added recently so it should be okay to just update its value. Change-Id: I6e8a836068ad777cc22823c6ec5d37b8b848e024 BUG: 314815969 Test: n/a