blob: 39b0cf9cc580a854631504d3954173d2c67f4809 [file] [log] [blame]
Colin Crossbcf61c42017-04-07 10:46:45 -07001This project contains only the cpp/src files from upstream. To update:
2git merge aosp/upstream-master
3If upstream has changes outside the cpp/src directory (likely), it will get
4conflicts on the modified files. To drop the changes to the unmerged
5directories:
6git rm -rf data
7git rm -rf java
8git rm -rf cpp/data
9git rm -rf cpp/ext
10git rm -rf cpp/tools
11git commit
Haibo Huang8b698fd2019-05-06 12:43:47 -070012
13
14# Local changes
15Fixed uninitialized variable. See bug 116114182 for details.