commit | 33e87b8a76d6b5096f19da0a992d233fed370716 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Nov 22 15:34:39 2016 -0800 |
committer | Steven Moreland <smoreland@google.com> | Tue Nov 22 15:34:39 2016 -0800 |
tree | 34b1f679d6c5e3887d877b79a76c20ca4629a78f | |
parent | 403161ab73ad230ab27321a570b1c41d3b1af4a2 [diff] |
Remove HIDL_GENERATED from things written by hand. find . -name "*.h" -exec sed -i 's/HIDL_GENERATED_\(.*\)_H_/\U\1_H/g' {} + They now match what would be generated by -Lc++-impl. This prevents confusion over whether or not the files are autogenerated. Test: pass Change-Id: I2c9d7887f6d6bdaa19a5c4bfcf02ee3d1dbc81d1