Add Some Buffer Lines to Avoid Merge Conflicts
Because other teams are changing HAL hashes downstream, the git conflict resolution algorithm detects conflicts due to changes in adjacent lines, even though they aren't real conflicts. This CL adds buffer lines to convince git and by extension the auto-merger that the changes may be safely merged. Note: these should be removed prior to release. Bug: 144366823 Test: make (non-functional change) Change-Id: Ie8785da99ce68e1db85face30c6c633385ecb085
Loading
Please register or sign in to comment