109
edits
Joel Reymont (talk | contribs) |
Joel Reymont (talk | contribs) |
||
Line 15: | Line 15: | ||
1. [http://source.android.com/download Get the sources]. | 1. [http://source.android.com/download Get the sources]. | ||
2. Apply | 2. Apply these changes | ||
<pre> | |||
cd system/core && git pull git://android.git.kernel.org/platform/system/core refs/changes/45/11845/2 && cd ../.. | |||
cd external/qemu && git pull git://android.git.kernel.org/platform/external/qemu refs/changes/46/11846/2 && cd ../.. | |||
cd prebuilt && git pull git://android.git.kernel.org/platform/prebuilt refs/changes/14/12014/1 && cd .. | |||
cd prebuilt && git pull git://android.git.kernel.org/platform/prebuilt refs/changes/75/12075/1 && cd .. | |||
cd build && git pull git://android.git.kernel.org/platform/build refs/changes/74/12074/1 && cd .. | |||
cd build && git pull git://android.git.kernel.org/platform/build refs/changes/93/12093/1 && cd .. | |||
</pre> | |||
The following almost works but resets the head each time. Both of the last two changes are needed but the Java one gets written over by the very last change. Also, changes downloaded this way get blown away on ''repo sync''. | |||
<pre> | <pre> |
edits