aboutsummaryrefslogtreecommitdiffstats
path: root/cc/library.go
Commit message (Expand)AuthorAgeFilesLines
* Support filegroups for version_script and related propertiesColin Cross2018-02-061-5/+12
* Add only compiler-flag dependencies as implicitPirama Arumuga Nainar2018-01-231-6/+6
* Support VNDK extensionsLogan Chien2018-01-231-4/+19
* Fix static_ndk_lib for sanitized libraries.Dan Albert2018-01-221-1/+2
* Use -advice-only for libraries which do not export headers.Jayant Chowdhary2018-01-181-1/+1
* Remove the use of version scripts with header-abi-linker.Jayant Chowdhary2018-01-171-6/+1
* Add target.vendor.override_export_include_dirs.Steven Moreland2018-01-061-3/+3
* Remove support for gnustl.Dan Albert2018-01-051-1/+1
* Add compile-time pathDeps as implicit dependenciesPirama Arumuga Nainar2017-12-191-6/+6
* Don't install host or VNDK libs to the NDK.Dan Albert2017-12-141-1/+2
* Install current VNDK libs to the versioned directories.Justin Yun2017-12-131-7/+8
* Wrap PackageContext and SingletonContextColin Cross2017-11-291-4/+5
* Fix using aidl files from filegroupsColin Cross2017-11-171-2/+2
* Add cc_library testsColin Cross2017-11-171-1/+1
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-6/+6
* Export cc library factories.Steven Moreland2017-11-031-12/+12
* Revert "Revert "Build system changes for CFI (Soong)""Vishwath Mohan2017-11-011-0/+4
* Revert "Build system changes for CFI (Soong)"Orion Hodson2017-10-311-4/+0
* Build system changes for CFI (Soong)Vishwath Mohan2017-10-301-0/+4
* Add support for packaging static libs in the NDK.Dan Albert2017-10-261-0/+19
* Add two more vendor-specific propertiesJiyong Park2017-10-191-1/+14
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-3/+3
* Explicitly document that export_include_dirs implies local_include_dirsColin Cross2017-10-181-1/+2
* Revert "Some clarifications in preparation to automatically order linker depe...Jeff Gaston2017-10-041-2/+2
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-031-2/+2
* Add PGO support to soongPirama Arumuga Nainar2017-09-211-1/+1
* Dump abi for vendor variants of VNDK libraries.Jayant Chowdhary2017-09-111-2/+2
* Refactor proto in preparation for java proto supportColin Cross2017-09-111-2/+2
* Allow apis from exported shared library headers as well, while dumping abi.Jayant Chowdhary2017-08-241-3/+1
* List of VNDK-related libs are exported to makeJiyong Park2017-08-171-2/+1
* Allow vndk library dependecies to dump abi again.Jayant Chowdhary2017-08-081-1/+1
* Install VNDK libs in /system instead of /vendorJustin Yun2017-07-181-3/+12
* Refactor factoriesColin Cross2017-06-301-6/+6
* Add header-abi-linker dependency on so file.Jayant Chowdhary2017-06-271-3/+3
* Optimizations to abi checking.Jayant Chowdhary2017-05-251-6/+33
* Work-around for crt objects with sdk: currentJayant Chowdhary2017-05-091-1/+1
* Export proto deps from reused libraries tooColin Cross2017-05-031-3/+6
* Check reused source files in hasSrcExtColin Cross2017-05-031-18/+33
* Pass -I to yasmColin Cross2017-04-271-1/+3
* Add header-abi-checker for Vndk abi checks.Jayant Chowdhary2017-04-141-0/+57
* Don't install header librariesColin Cross2017-04-141-1/+1
* Split /system and /vendor modules, allow multi-installationDan Willemsen2017-04-111-3/+21
* Disable .toc generation for windowsColin Cross2017-04-041-1/+1
* Add ctx.Windows()Colin Cross2017-04-041-1/+1
* Refactor sanitized library on-disk layout - Soong.Vishwath Mohan2017-03-311-2/+2
* Revert "install *.so in different paths for their types"Dan Willemsen2017-03-161-20/+0
* Add LinuxBionic toolchain and switchDan Willemsen2017-03-151-1/+1
* install *.so in different paths for their typesJiyong Park2017-03-141-0/+20
* Build a static library for header-only librariesColin Cross2017-02-141-24/+43
* Native Coverage support in Soong (gcov)Dan Willemsen2017-02-141-5/+12