aboutsummaryrefslogtreecommitdiffstats
path: root/cc/library.go
Commit message (Expand)AuthorAgeFilesLines
...
* Remove vndkVsNdk()Logan Chien2018-07-111-8/+2
* Remove isSourceDump from PathForVndkRefAbiDump()Logan Chien2018-07-111-1/+1
* Cleanup createVndkSourceAbiDump()Logan Chien2018-07-101-4/+4
* Use llvm-{objcopy,strip} when clang lld is used.Chih-Hung Hsieh2018-06-071-0/+4
* Support recovery and recovery_availableJiyong Park2018-05-151-1/+6
* Fix data race when ALLOW_MISSING_DEPENDENCIES=trueColin Cross2018-04-301-1/+1
* Fix incomplete LTO bug workaround.Dan Albert2018-04-251-1/+2
* Use proptools.BoolDefaultColin Cross2018-04-101-4/+2
* Use Soong modules for the NDK's extra STL librariesRyan Prichard2018-03-291-19/+0
* Fix data race on cfiExportsMapColin Cross2018-03-281-0/+1
* Use PlatformVndkVersion to find ABI dump by defaultLogan Chien2018-03-211-2/+2
* add a library to report build numbers without causing rebuildsColin Cross2018-03-021-2/+14
* Add proto.canonical_path_from_rootDan Willemsen2018-02-221-5/+6
* 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