blob: 658a849662407a3365ea02345a911cc2aa25fcd1 [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
Shih-wei Liaod2090082011-06-22 05:51:22 -070015* For Honeycomb: Synced to upstream r112347
16* For Honeycomb MR1: Synced to upstream r119349
17* For Honeycomb MR2: Synced to upstream r119349
Shih-wei Liao43e87202011-07-21 06:46:56 -070018* For Ice Cream Sandwich: Synced to upstream r135574
Shih-wei Liao18c64022011-10-22 03:32:40 -070019* For Ice Cream Sandwich MR1: Synced to upstream r142531
Shih-wei Liao7515e922011-03-11 05:35:47 -080020
Shih-wei Liao18c64022011-10-22 03:32:40 -070021* Recent downstreaming on 2011/10/22: From r135574 to r142531 (sliao & logan for merge questions)
Shih-wei Liao43e87202011-07-21 06:46:56 -070022* Recent downstreaming on 2011/7/21: From r135359 to r135574 (sliao & logan for merge questions)
23* Recent downstreaming on 2011/7/18: From r134305 to r135359 (sliao for merge questions)
24* Recent downstreaming on 2011/7/2: From r133721 to r134305 (sliao for merge questions)
25* Recent downstreaming on 2011/6/30: From r133163 to r133721 (sliao for merge questions)
26* Recent downstreaming on 2011/6/22: From r129173 to r133163 (sliao for merge questions)
27* Recent downstreaming on 2011/4/8: From r127120 to r129173 (sliao for merge questions)
28* Recent downstreaming on 2011/3/11: From r119349 to r127120 (sliao for merge questions)
Shih-wei Liao47255e12011-06-30 02:32:05 -070029
Shih-wei Liao7515e922011-03-11 05:35:47 -080030* We add Android's *.mk files that are specific to Android's build system.
31
32* Changes for enabling both host and device builds.
33