commit | 347615c729ecfbdf52ffdf7b3db95a6b06b3f246 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Mar 09 18:36:40 2020 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Mar 10 01:47:31 2020 +0000 |
tree | 83f0fe3c55fe31fc3e2a2b33dcf8f67b88a684ae | |
parent | ea59f9c057940659973bae6eab9b79b6d038125f [diff] |
libhidlbase: work w/ cfi In a couple of places, in order to reduce templated code, HIDL relies on auto-generated classes being exactly the same. - one of these places, this reliance is unnecessary, so it's removed - one of these places, explicitly documenting assumptions and turning off cfi Fixes: 151006394 Test: hidl_test (w/ libhidlbase cfi on) Test: atest MediaDrmClearkeyTest (no more cfi error) Change-Id: I4834d38bcdaa2bb94e014f4c749251ee2025af15