]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-system-libvintf.git/commit
assemble_vintf: fix error message for -n -l conflict
authorYifan Hong <elsk@google.com>
Wed, 8 Aug 2018 00:26:12 +0000 (17:26 -0700)
committerYifan Hong <elsk@google.com>
Wed, 8 Aug 2018 17:07:39 +0000 (10:07 -0700)
commit5c9ff706f0a8363bef1e205334892ace33855c6b
tree0e9192d51e3e8cba9086288d99274b03786676ca
parenta1dfa6f5253f0490b991dce9fb35b5cce297b300
assemble_vintf: fix error message for -n -l conflict

There is no error message when -n and -l is specified together.
Add error message.

Also fix flag handling logic to use new SerializeFlags API.
Bug: 110711640
Test: libvintf_test

Change-Id: I78203f20a2cff16a497894243c6c1a519ca59661
AssembleVintf.cpp