commit | 3f74391ce49c5f8e8ee77185148fda6af7de3f9b | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Dec 17 14:12:04 2019 -0800 |
committer | Yifan Hong <elsk@google.com> | Tue Dec 17 14:34:53 2019 -0800 |
tree | 51edffd0561f34e6f2c7ac149a8a48f443ffd6cd | |
parent | 38c837b1a3f12b814db114d79103dc5d93771af5 [diff] |
assemble_vintf: skip kernel check if --no-kernel-requirements Previously, if --no-kernel-requirements is specified, <kernel> tag won't present in the HAL manifest, therefore kernel requirements are not enforced. Now, <kernel> tag is always present in the HAL manifest (for kernel FCM version). Properly skip kernel check when --no-kernel-requirements are specified. Fixes: 146180227 Test: libvintf_test Test: vintf_object_test Change-Id: I94efa746609a39dec7d470ff881cf8a5fd9b1d83