commit | d6e4f03acf5fa1e76b75e33af7a26f248a92be9a | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Nov 28 18:37:07 2016 -0800 |
committer | Steven Moreland <smoreland@google.com> | Tue Nov 29 15:05:31 2016 -0800 |
tree | 24f6a20868ddce4299be5e165904c0d8485837cf | |
parent | 1c03ad8545ad518b99912ccb6c84b3c7638ab969 [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. Change-Id: I4aa89a39907024aa9525df71ff3715979f431357 Similar commit: https://android-review.googlesource.com/#/c/305996/ Test: pass