aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc.go
Commit message (Expand)AuthorAgeFilesLines
...
* | Add support for Rust C libraries.Ivan Lozano2019-10-281-114/+216
* | Add a common interface for cc linkable libraries.Ivan Lozano2019-10-281-93/+186
|/
* Merge "Change exportedDirs and exportedSystemDirs from []string to android.Pa...Treehugger Robot2019-10-281-13/+13
|\
| * Change exportedDirs and exportedSystemDirs from []string to android.PathsJiyong Park2019-10-251-13/+13
* | Merge "Soong generates libraries.txt files for vndk"Treehugger Robot2019-10-261-5/+8
|\ \
| * | Soong generates libraries.txt files for vndkJooyung Han2019-10-251-5/+8
| |/
* / Revert "Revert "Supports VNDK APEX with different versions""Jooyung Han2019-10-191-9/+0
|/
* Merge "Prohibit dependencies outside of uses_sdks"Treehugger Robot2019-10-181-0/+10
|\
| * Prohibit dependencies outside of uses_sdksJiyong Park2019-10-171-0/+10
* | Merge "Extend ALLOW_MISSING_DEPENDENCIES coverage"Treehugger Robot2019-10-171-1/+5
|\ \
| * | Extend ALLOW_MISSING_DEPENDENCIES coverageIsaac Chen2019-10-171-1/+5
| |/
* | Merge "Add method to determine variations from a Target"Colin Cross2019-10-171-4/+3
|\ \
| * | Add method to determine variations from a TargetColin Cross2019-10-161-4/+3
* | | Merge "Revert "Supports VNDK APEX with different versions""Treehugger Robot2019-10-171-0/+9
|\ \ \ | |_|/ |/| |
| * | Revert "Supports VNDK APEX with different versions"Jooyung Han2019-10-161-0/+9
* | | Merge "add [static|shared].apex_available to cc_library"Treehugger Robot2019-10-161-0/+10
|\ \ \ | |/ / |/| |
| * | add [static|shared].apex_available to cc_libraryJiyong Park2019-10-151-0/+10
* | | Supports VNDK APEX with different versionsJooyung Han2019-10-151-9/+0
|/ /
* | Merge "Remove no_apex in favor or apex_available"Treehugger Robot2019-10-081-2/+4
|\ \ | |/ |/|
| * Remove no_apex in favor or apex_availableJiyong Park2019-10-021-2/+4
* | Merge "Hide static from cc_library_shared and vice versa"Treehugger Robot2019-10-021-0/+2
|\ \ | |/ |/|
| * Hide static from cc_library_shared and vice versaColin Cross2019-09-241-0/+2
* | Merge "fix: "no_apex" can be put in defaults"Jooyung Han2019-09-261-4/+2
|\ \
| * | fix: "no_apex" can be put in defaultsJooyung Han2019-09-251-4/+2
| |/
* / Add AArch64 device Rust toolchain.Ivan Lozano2019-09-241-0/+8
|/
* Merge "Introduce module type 'sdk'"Treehugger Robot2019-09-231-0/+2
|\
| * Introduce module type 'sdk'Jiyong Park2019-09-221-0/+2
* | Merge "Add corpus and dictionary properties to cc_fuzz."Treehugger Robot2019-09-191-0/+1
|\ \
| * | Add corpus and dictionary properties to cc_fuzz.Mitch Phillips2019-09-181-0/+1
| |/
* / Add version to vendor variantsInseob Kim2019-09-181-27/+78
|/
* Merge "Add "apex_vndk" module type"Treehugger Robot2019-09-171-0/+13
|\
| * Add "apex_vndk" module typeJooyung Han2019-09-101-0/+13
* | Disable coverage for native-bridge modulesPirama Arumuga Nainar2019-09-121-0/+4
* | Treat libclang_rt.hwasan-* the same way as the other Bionic bootstrap libs.Martin Stjernholm2019-09-111-1/+1
* | Skip creating vendor variants for native_bridge modulesJustin Yun2019-09-091-0/+3
|/
* Merge "Add Rust support to Soong."Ivan Lozano2019-08-281-0/+8
|\
| * Add Rust support to Soong.Ivan Lozano2019-08-281-0/+8
* | Save deps when asflags contains -xassembler-with-cppDan Willemsen2019-08-271-1/+5
|/
* Merge changes I75b4a761,I779f28c6,If1422372,I26307dd1Treehugger Robot2019-08-231-11/+1
|\
| * BoringSSL FIPS build - introduce extraLibFlags and use for STL libs.Pete Bentley2019-08-221-0/+1
| * Allow linker scripts when building objects.Pete Bentley2019-08-221-11/+0
* | Merge "Build native coverage variant of APEXes when needed"Treehugger Robot2019-08-151-0/+8
|\ \ | |/ |/|
| * Build native coverage variant of APEXes when neededJiyong Park2019-08-131-0/+8
* | Merge "Fix sanitizer dep"Treehugger Robot2019-08-111-0/+16
|\ \ | |/ |/|
| * Fix sanitizer depJiyong Park2019-08-081-0/+16
* | Merge "Skip ABI checks for APEX variants of opt-in libraries"Hsin-Yi Chen2019-08-071-14/+3
|\ \
| * | Skip ABI checks for APEX variants of opt-in librariesHsin-Yi Chen2019-08-061-14/+3
| |/
* / Fix recovery-variant VNDK libs miss-installed to recovery imgyidong.zhang2019-08-021-1/+1
|/
* Merge "Handle `test_per_src` modules as indirect dependencies in APEXes."Roland Levillain2019-07-301-32/+35
|\
| * Handle `test_per_src` modules as indirect dependencies in APEXes.Roland Levillain2019-07-291-32/+35