Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make mini-debug-info stripping pass on already stripped binaries | Colin Cross | 2017-04-13 | 1 | -12/+14 |
* | Use ArchType instead of string as map key | Colin Cross | 2017-04-13 | 1 | -10/+9 |
* | Skip ndkApiMutator on disabled modules | Colin Cross | 2017-04-13 | 1 | -2/+4 |
* | Merge "soong: use optimal FPU for Cortex-A7" | Christopher Ferris | 2017-04-12 | 1 | -0/+1 |
|\ | |||||
| * | soong: use optimal FPU for Cortex-A7 | Jake Weinstein | 2017-04-11 | 1 | -0/+1 |
* | | Merge "Add script to make a Go-style workspace for Soong" | Treehugger Robot | 2017-04-12 | 1 | -0/+67 |
|\ \ | |||||
| * | | Add script to make a Go-style workspace for Soong | Jeff Gaston | 2017-02-07 | 1 | -0/+67 |
* | | | Merge "Split /system and /vendor modules, allow multi-installation" | Dan Willemsen | 2017-04-12 | 9 | -11/+147 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Split /system and /vendor modules, allow multi-installation | Dan Willemsen | 2017-04-11 | 9 | -11/+147 |
* | | | Merge "soong: always use -mfpu=neon-vfpv4 for Krait targets" | Christopher Ferris | 2017-04-11 | 1 | -2/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | soong: always use -mfpu=neon-vfpv4 for Krait targets | Jake Weinstein | 2017-04-10 | 1 | -2/+3 |
* | | | Remove explicit suffixes from (ll)ndk_library | Dan Willemsen | 2017-04-11 | 4 | -25/+21 |
|/ / | |||||
* | | Merge "Implement vendor as a synonym of proprietary" | Treehugger Robot | 2017-04-08 | 5 | -8/+16 |
|\ \ | |||||
| * | | Implement vendor as a synonym of proprietary | Dan Willemsen | 2017-04-07 | 5 | -8/+16 |
* | | | Merge "soong: use optimal FPU on Kryo targets" | Christopher Ferris | 2017-04-07 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | soong: use optimal FPU on Kryo targets | Jake Weinstein | 2017-04-07 | 1 | -1/+1 |
* | | | Add LLNDK support for the VNDK | Dan Willemsen | 2017-04-07 | 9 | -23/+233 |
|/ / | |||||
* | | Merge "Support a `vndk` tag in gen_stub_libs.py" | Dan Willemsen | 2017-04-07 | 2 | -18/+46 |
|\ \ | |||||
| * | | Support a `vndk` tag in gen_stub_libs.py | Dan Willemsen | 2017-04-05 | 2 | -18/+46 |
* | | | Make use of specific Kryo targeting in Clang | Alex Naidis | 2017-04-06 | 3 | -10/+13 |
|/ / | |||||
* | | Merge "Pass exportedFlags directly to Make" | Dan Willemsen | 2017-04-05 | 1 | -17/+12 |
|\ \ | |||||
| * | | Pass exportedFlags directly to Make | Dan Willemsen | 2017-04-05 | 1 | -17/+12 |
* | | | Export JAVAC_WRAPPER environment. | Yoshisato Yanagisawa | 2017-04-05 | 1 | -0/+1 |
* | | | Merge changes Id38ce60b,I7c24c39b | Treehugger Robot | 2017-04-05 | 5 | -6/+11 |
|\ \ \ | |/ / |/| | | |||||
| * | | Disable .toc generation for windows | Colin Cross | 2017-04-04 | 1 | -1/+1 |
| * | | Add ctx.Windows() | Colin Cross | 2017-04-04 | 5 | -5/+10 |
* | | | Exclude ndk stubs from notice file list | Dan Willemsen | 2017-04-04 | 1 | -0/+1 |
|/ / | |||||
* | | Add support for an armv8 variant for Kryo | Alex Naidis | 2017-04-04 | 2 | -0/+14 |
* | | Add support for an armv7 variant for Kryo | Alex Naidis | 2017-04-04 | 2 | -0/+18 |
* | | Merge "multiproduct_kati: better directory names." | Steven Moreland | 2017-04-04 | 1 | -4/+6 |
|\ \ | |||||
| * \ | Merge "multiproduct_kati: better directory names." | Treehugger Robot | 2017-04-04 | 1 | -4/+6 |
| |\ \ | |||||
| | * | | multiproduct_kati: better directory names. | Steven Moreland | 2017-03-29 | 1 | -4/+6 |
* | | | | Merge "Microfactory support for transitive link dependencies" | Jeff Gaston | 2017-04-04 | 2 | -19/+51 |
|\| | | | |||||
| * | | | Merge "Microfactory support for transitive link dependencies" | Treehugger Robot | 2017-04-04 | 2 | -19/+51 |
| |\ \ \ | |||||
| | * | | | Microfactory support for transitive link dependencies | Jeff Gaston | 2017-03-31 | 2 | -19/+51 |
* | | | | | Correct variable name LOCAL_COMPATIBILITY_SUITE | Dan Shi | 2017-04-03 | 1 | -1/+1 |
|\| | | | | |||||
| * | | | | Correct variable name LOCAL_COMPATIBILITY_SUITE | Dan Shi | 2017-04-03 | 1 | -1/+1 |
* | | | | | Merge "Add `sdk_version: "minimum"`." | Dan Albert | 2017-04-01 | 1 | -6/+10 |
|\| | | | | |||||
| * | | | | Merge "Add `sdk_version: "minimum"`." | Treehugger Robot | 2017-04-01 | 1 | -6/+10 |
| |\ \ \ \ | |||||
| | * | | | | Add `sdk_version: "minimum"`. | Dan Albert | 2017-03-31 | 1 | -6/+10 |
* | | | | | | Merge "Add prebuilts/clang/host/linux-x86 to root.bp." | Stephen Hines | 2017-03-31 | 1 | -0/+1 |
|\| | | | | | |||||
| * | | | | | Merge "Add prebuilts/clang/host/linux-x86 to root.bp." | Treehugger Robot | 2017-03-31 | 1 | -0/+1 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Add prebuilts/clang/host/linux-x86 to root.bp. | Stephen Hines | 2017-03-31 | 1 | -0/+1 |
* | | | | | | Generate file to map codenames to API levels. | Dan Albert | 2017-03-31 | 5 | -1/+77 |
|\| | | | | | |||||
| * | | | | | Generate file to map codenames to API levels. | Dan Albert | 2017-03-31 | 5 | -1/+77 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge "Refactor sanitized library on-disk layout - Soong." | Vishwath Mohan | 2017-03-31 | 6 | -11/+37 |
|\| | | | | |||||
| * | | | | Merge "Refactor sanitized library on-disk layout - Soong." | Treehugger Robot | 2017-03-31 | 6 | -11/+37 |
| |\ \ \ \ | |||||
| | * | | | | Refactor sanitized library on-disk layout - Soong. | Vishwath Mohan | 2017-03-31 | 6 | -11/+37 |
* | | | | | | Merge "Support prebuilt module types" | Po Hu | 2017-03-31 | 1 | -2/+23 |
|\| | | | | | |||||
| * | | | | | Merge "Support prebuilt module types" | Treehugger Robot | 2017-03-31 | 1 | -2/+23 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | |