You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
444 B
16 lines
444 B
4 months ago
|
This project contains only the cpp/src files from upstream. To update:
|
||
|
git merge aosp/upstream-master
|
||
|
If upstream has changes outside the cpp/src directory (likely), it will get
|
||
|
conflicts on the modified files. To drop the changes to the unmerged
|
||
|
directories:
|
||
|
git rm -rf data
|
||
|
git rm -rf java
|
||
|
git rm -rf cpp/data
|
||
|
git rm -rf cpp/ext
|
||
|
git rm -rf cpp/tools
|
||
|
git commit
|
||
|
|
||
|
|
||
|
# Local changes
|
||
|
Fixed uninitialized variable. See bug 116114182 for details.
|