summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* am 729c9ff5: am 7754e0ce: Merge "[MIPS64] Modify the default MIPS64 build to ↵Ying Wang2014-09-031-1/+1
|\ | | | | | | | | | | | | MIPS64R6." * commit '729c9ff5ec2085461027a5174d053e77b8c9a100': [MIPS64] Modify the default MIPS64 build to MIPS64R6.
| * am 7754e0ce: Merge "[MIPS64] Modify the default MIPS64 build to MIPS64R6."Ying Wang2014-09-031-1/+1
| |\ | | | | | | | | | | | | * commit '7754e0ce894044e43c50e002e342f03317205668': [MIPS64] Modify the default MIPS64 build to MIPS64R6.
| | * Merge "[MIPS64] Modify the default MIPS64 build to MIPS64R6."Ying Wang2014-09-031-1/+1
| | |\
| | | * [MIPS64] Modify the default MIPS64 build to MIPS64R6.Raghu Gandham2014-09-021-1/+1
| | | | | | | | | | | | Change-Id: I797e4c2e5b69c6991545c26886b5b25e6f8c2a67
| * | | am 2f9fa520: Merge "Fix build breakage due to incorrect bcc_compat RS_TRIPLE."Stephen Hines2014-09-037-1/+7
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit '2f9fa5202532fb2b5c9ea89a4c15171346f63ec1': Fix build breakage due to incorrect bcc_compat RS_TRIPLE.
| | * | Merge "Fix build breakage due to incorrect bcc_compat RS_TRIPLE."Stephen Hines2014-09-037-1/+7
| | |\ \
| | | * | Fix build breakage due to incorrect bcc_compat RS_TRIPLE.Stephen Hines2014-09-027-1/+7
| | | |/ | | | | | | | | | | | | | | | | | | | | Bug: 17333374 Change-Id: I13582ce0cde86f7b3728aa4f45a5197438d65a2d (cherry picked from commit 52626d2a7b4767905e8a369ddc8316c1290ad156)
* | | | am 52626d2a: Fix build breakage due to incorrect bcc_compat RS_TRIPLE.Stephen Hines2014-09-037-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * commit '52626d2a7b4767905e8a369ddc8316c1290ad156': Fix build breakage due to incorrect bcc_compat RS_TRIPLE.
| * | | | Fix build breakage due to incorrect bcc_compat RS_TRIPLE.Stephen Hines2014-09-027-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17333374 Change-Id: I13582ce0cde86f7b3728aa4f45a5197438d65a2d
| * | | | Fix RS_TRIPLE and RS_TRIPLE_CFLAGS.Stephen Hines2014-09-026-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17333374 Add RS_TRIPLE_CFLAGS to ensure that we build with the proper defines on targets like x86. This also changes all build targets to use the proper 32/64-bit triples when creating their runtime libraries. (cherry picked from commit 039675adb8882b21e770edac1bd167d7fb489052) Change-Id: Ib7b5bb7aae5abcad9ab477a00e368179d0121091
* | | | | am 067dd379: am cee38d55: Merge "[MIPSR6] R6 target options for clang"Ying Wang2014-09-032-9/+0
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * commit '067dd37952ce2df454623d4f849d079673b12f49': [MIPSR6] R6 target options for clang
| * | | | am cee38d55: Merge "[MIPSR6] R6 target options for clang"Ying Wang2014-09-032-9/+0
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | * commit 'cee38d55f8021c9720b883fc1e4feafc8f45d87c': [MIPSR6] R6 target options for clang
| | * | | Merge "[MIPSR6] R6 target options for clang"Ying Wang2014-09-032-9/+0
| | |\ \ \
| | | * | | [MIPSR6] R6 target options for clangDuane Sand2014-07-312-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass along new R6 target arch options and floating point register model options to clang. Also pass along older arch variants. This patch depends on recent Mips extensions to 3.5 clang. The new options are rejected by aosp's current 3.5 clang. This only affects builds for mips32r6/mips64r6, not Android's default builds for mips32r2. Change-Id: Ic921dc14ced34a83143a82e322124b3ef035014a
* | | | | | am 80ff45ba: am 0850330c: Merge "Default host module to 64-bit except for ↵Ying Wang2014-09-021-13/+11
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SDK builds." * commit '80ff45ba98922b56ca70cc39fdb530482d366684': Default host module to 64-bit except for SDK builds.
| * | | | | am 0850330c: Merge "Default host module to 64-bit except for SDK builds."Ying Wang2014-09-021-13/+11
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * commit '0850330caa352ea2dc412df495c6ad95e4264d05': Default host module to 64-bit except for SDK builds.
| | * | | | Default host module to 64-bit except for SDK builds.Ying Wang2014-09-021-13/+11
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set "HOST_PREFER_32_BIT := true" only if "sdk" or "win_sdk" is among the make command line goals, or it's a MinGW windows build, which only builds host SDK tools. Bug: 13751317 Change-Id: I8ec1a97a5d1af065a153b16523c2ee3434d0dd71
* | | | | am 6f8fe420: am ec8778e8: Merge "Fix RS_TRIPLE and RS_TRIPLE_CFLAGS."Stephen Hines2014-09-026-4/+10
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '6f8fe42043ab75860ac38c20e907976101a39f71': Fix RS_TRIPLE and RS_TRIPLE_CFLAGS.
| * | | | am ec8778e8: Merge "Fix RS_TRIPLE and RS_TRIPLE_CFLAGS."Stephen Hines2014-09-026-4/+10
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit 'ec8778e89f872b9a12cc6b3367400ecd33cb32d0': Fix RS_TRIPLE and RS_TRIPLE_CFLAGS.
| | * | | Merge "Fix RS_TRIPLE and RS_TRIPLE_CFLAGS."Stephen Hines2014-09-026-4/+10
| | |\ \ \
| | | * | | Fix RS_TRIPLE and RS_TRIPLE_CFLAGS.Stephen Hines2014-08-296-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17333374 Add RS_TRIPLE_CFLAGS to ensure that we build with the proper defines on targets like x86. This also changes all build targets to use the proper 32/64-bit triples when creating their runtime libraries. Change-Id: I8f6175b1a14af6d03ee90f32069f3688ec227fb9
* | | | | | am 33f14e60: am 7852b80c: Merge "Add missing flags to x86 (both 32- and ↵Ying Wang2014-09-017-13/+16
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 64-bit) arch variants. Delete x86_64-atom.mk as we don\'t support 64-bit on old Atom." * commit '33f14e60729443b8c3958ea4246c914fc18891f9': Add missing flags to x86 (both 32- and 64-bit) arch variants. Delete x86_64-atom.mk as we don't support 64-bit on old Atom.
| * | | | | am 7852b80c: Merge "Add missing flags to x86 (both 32- and 64-bit) arch ↵Ying Wang2014-09-017-13/+16
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variants. Delete x86_64-atom.mk as we don\'t support 64-bit on old Atom." * commit '7852b80c05e33c873819b1bf22bcaa54bb583c99': Add missing flags to x86 (both 32- and 64-bit) arch variants. Delete x86_64-atom.mk as we don't support 64-bit on old Atom.
| | * | | | Merge "Add missing flags to x86 (both 32- and 64-bit) arch variants. Delete ↵Ying Wang2014-09-017-13/+16
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | x86_64-atom.mk as we don't support 64-bit on old Atom."
| | | * | | | Add missing flags to x86 (both 32- and 64-bit) arch variants.Varvara Rainchik2014-08-047-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete x86_64-atom.mk as we don't support 64-bit on old Atom. Change-Id: I0b9ab61cd9b840f32c30059cb3ba9704c733c42a Signed-off-by: Varvara Rainchik <varvara.rainchik@intel.com>
| * | | | | | am d2cf1b92: Merge "Add --no-include-debug-symbols to avoid bloat in user ↵Brian Carlstrom2014-08-292-2/+2
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | builds" * commit 'd2cf1b924d3eee40c43d40af9dd66d9b83495b22': Add --no-include-debug-symbols to avoid bloat in user builds
| | * | | | | Add --no-include-debug-symbols to avoid bloat in user buildsBrian Carlstrom2014-08-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16938924 (cherry picked from commit 91b9d01b6ba2d3ea37928febce67d13c005a2336) Change-Id: I0b744e0aaacc11fe8983f22f56ffc546a07ae764
* | | | | | | am 91b9d01b: Add --no-include-debug-symbols to avoid bloat in user buildsBrian Carlstrom2014-08-292-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | * commit '91b9d01b6ba2d3ea37928febce67d13c005a2336': Add --no-include-debug-symbols to avoid bloat in user builds
| * | | | | | Add --no-include-debug-symbols to avoid bloat in user buildsBrian Carlstrom2014-08-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16938924 Change-Id: I9f580d74bc5607483fc1193c2db56f0d27b44347
* | | | | | | am 71deb204: Merge "Add anydpi to all product configs" into lmp-devAdam Lesinski2014-08-271-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '71deb204d1f531f046cee185363b8f8b1ec2ca1d': Add anydpi to all product configs
| * | | | | | Merge "Add anydpi to all product configs" into lmp-devAdam Lesinski2014-08-271-2/+2
| |\ \ \ \ \ \
| | * | | | | | Add anydpi to all product configsAdam Lesinski2014-08-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia5e0834c585891de58e5daf3473563ab64dba74c
* | | | | | | | am 9e59e663: am 90d5c7f6: Merge "Clang rejects -Wno-old-style-declaration flag."Chih-Hung Hsieh2014-08-271-8/+9
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | * commit '9e59e66373a68782179f5522d125c8617ecd92a6': Clang rejects -Wno-old-style-declaration flag.
| * | | | | | | am 90d5c7f6: Merge "Clang rejects -Wno-old-style-declaration flag."Chih-Hung Hsieh2014-08-271-8/+9
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | * commit '90d5c7f613c0fa7dc4c50a6d21d2484c1a1f0f66': Clang rejects -Wno-old-style-declaration flag.
| | * | | | | | Clang rejects -Wno-old-style-declaration flag.Chih-Hung Hsieh2014-08-261-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 17258227 Change-Id: I2a35263298ffd8dd7cda25183e185274cbf62b7b
* | | | | | | | am 0b97fd8a: am b699b0ea: Merge "Clang does not recognize -Wno-literal-suffix."Chih-Hung Hsieh2014-08-271-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '0b97fd8acef5d69b2f0abf19493ec5640bbd2085': Clang does not recognize -Wno-literal-suffix.
| * | | | | | | am b699b0ea: Merge "Clang does not recognize -Wno-literal-suffix."Chih-Hung Hsieh2014-08-261-1/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b699b0ea58bb41c53cf5236c88d37482063ef438': Clang does not recognize -Wno-literal-suffix.
| | * | | | | | Merge "Clang does not recognize -Wno-literal-suffix."Chih-Hung Hsieh2014-08-261-1/+2
| | |\ \ \ \ \ \
| | | * | | | | | Clang does not recognize -Wno-literal-suffix.Chih-Hung Hsieh2014-08-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 17258227 Change-Id: I2d98e68daa780fbe0e127605840ae7edcb4e9880
| * | | | | | | | am 18f23def: Merge "Push ISA features into system properties"Calin Juravle2014-08-261-0/+5
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '18f23def0e2cda7934c2aef71e2defc729726913': Push ISA features into system properties
| | * | | | | | | Merge "Push ISA features into system properties"Calin Juravle2014-08-261-0/+5
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Push ISA features into system propertiesCalin Juravle2014-08-261-0/+5
| | | | |_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to know instruction set featues at runtime as well so that the apps get compiled on target with the proper features. The properties are read by installd and passed to dex2oat. Bug: 16716262 (cherry picked from commit 28be9d8884861f70fbd39b3768a6d4b34009deed) Change-Id: I45b363558dea17e9b049e4a83a55990b4911d9d8
* | | | | | | | am e4584a41: Merge "Shhhhhhh!!!" into lmp-devDianne Hackborn2014-08-261-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | * commit 'e4584a412960e18709953eee942bceaa85b100f8': Shhhhhhh!!!
| * | | | | | | Merge "Shhhhhhh!!!" into lmp-devDianne Hackborn2014-08-261-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Shhhhhhh!!!Dianne Hackborn2014-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3bb72742f788c70f82f311b6ffba479aa02a1eb0
* | | | | | | | | am 4d0bfb4f: remove unused xdelta3/xz utilitiesDoug Zongker2014-08-261-2/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4d0bfb4f40496c607229b6c2bba723e7e315642e': remove unused xdelta3/xz utilities
| * | | | | | | | remove unused xdelta3/xz utilitiesDoug Zongker2014-08-261-2/+0
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was part of the original block-based OTA mechanism. Bug: 16987495 Change-Id: I5bd6599829ee6084a8da1f0b14af87aabf07c130
* | | | | | | | am e8892aa4: Merge "Push ISA features into system properties" into lmp-devCalin Juravle2014-08-261-0/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e8892aa4ec043fa86fe6c0dbe58f8586fd636bcd': Push ISA features into system properties
| * | | | | | | Merge "Push ISA features into system properties" into lmp-devCalin Juravle2014-08-261-0/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Push ISA features into system propertiesCalin Juravle2014-08-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to know instruction set featues at runtime as well so that the apps get compiled on target with the proper features. The properties are read by installd and passed to dex2oat. Bug: 16716262 Change-Id: Ia73f2055f696880d45a63a0d6e0ee98d37a01113