blob: 5345389e0162af6b116f2bf100bc819097b237e5 [file] [log] [blame]
Shih-wei Liao7515e922011-03-11 05:35:47 -08001/*
2 * README.android describes in high-level the LLVM changes that we cannot push
3 * upstream to the llvm.org repository:
4 * - Changes due to Android's build system.
5 * - Changes due to Android's toolchain.
6 * - Changes due to the limitations in Android-based consumer electronics.
7 *
8 * Some of them are to-dos. If and when they are done, there will no longer be
9 * merge conflicts with upstream on those parts.
10 *
11 * The file contains useful hints when we try to resolve future 3-way merge
12 * conflicts.
13 */
14
15* Synced to upstream r127120
16
17* We add Android's *.mk files that are specific to Android's build system.
18
19* Changes for enabling both host and device builds.
20