aboutsummaryrefslogtreecommitdiffstats
path: root/cc/androidmk.go
Commit message (Expand)AuthorAgeFilesLines
* Add overrides to cc_binaryYifan Hong2018-04-031-0/+4
* Allow platform modules to link to vendor public librariesJiyong Park2018-03-301-0/+15
* Add target_arch to vndk prebuilt module nameJae Shin2018-01-041-1/+1
* Expose the NDK STLs to make.Dan Albert2017-12-151-0/+11
* Split logtags implementations for cc and javaColin Cross2017-12-071-0/+3
* Run gofmt -wColin Cross2017-12-061-1/+1
* Install VNDK snapshot libraries for system buildJustin Yun2017-12-051-0/+21
* Wrap PackageContext and SingletonContextColin Cross2017-11-291-1/+1
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-5/+7
* Revert "Build system changes for CFI (Soong)"Orion Hodson2017-10-311-5/+0
* Build system changes for CFI (Soong)Vishwath Mohan2017-10-301-0/+5
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-5/+5
* vendor_available:false hides a lib from vendorsJiyong Park2017-10-101-1/+1
* Revert "Some clarifications in preparation to automatically order linker depe...Jeff Gaston2017-10-041-5/+5
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-031-5/+5
* Add target.linux_glibc and target.bionicDan Willemsen2017-09-261-1/+5
* Add cc_genruleDan Willemsen2017-09-181-1/+1
* Allow AndroidMkData.Custom handlers to extend normal valuesColin Cross2017-08-111-4/+4
* Remove error from AndroidMkDataProvider.AndroidMkColin Cross2017-08-111-21/+26
* Remove error from AndroidMkData.CustomColin Cross2017-08-111-6/+2
* Remove error from AndroidMkData.ExtraColin Cross2017-08-111-28/+12
* .vendor suffix is added only for libs having core/vendor variantsJiyong Park2017-07-271-2/+8
* Add support for data field in cc_benchmark.Anders Lewis2017-07-171-16/+22
* Optimizations to abi checking.Jayant Chowdhary2017-05-251-0/+1
* Export cc_benchmark as NATIVE_TESTS to MakeDan Willemsen2017-05-231-0/+1
* Declare dependency on sanitizer runtime librariesColin Cross2017-05-081-0/+3
* Support test_suites in cc_benchmark modulesColin Cross2017-04-241-0/+7
* Add header-abi-checker for Vndk abi checks.Jayant Chowdhary2017-04-141-0/+7
* Split /system and /vendor modules, allow multi-installationDan Willemsen2017-04-111-2/+13
* Remove explicit suffixes from (ll)ndk_libraryDan Willemsen2017-04-111-1/+2
* Add LLNDK support for the VNDKDan Willemsen2017-04-071-0/+16
* Pass exportedFlags directly to MakeDan Willemsen2017-04-051-17/+12
* Exclude ndk stubs from notice file listDan Willemsen2017-04-041-0/+1
* Correct variable name LOCAL_COMPATIBILITY_SUITEDan Shi2017-04-031-1/+1
* Rework vndk detectionDan Willemsen2017-03-291-3/+0
* Add support for test_suites property on cc_test modulesColin Cross2017-03-271-0/+8
* Revert "install *.so in different paths for their types"Dan Willemsen2017-03-161-8/+0
* install *.so in different paths for their typesJiyong Park2017-03-141-0/+8
* Export cc_library_headers as BUILD_HEADER_LIBRARYDan Willemsen2017-02-161-12/+45
* Export header libraries to make as static librariesColin Cross2017-02-151-4/+4
* Native Coverage support in Soong (gcov)Dan Willemsen2017-02-141-0/+7
* Added phony module type for soong.Nan Zhang2017-02-061-1/+1
* Support data properties for test binariesColin Cross2017-02-021-0/+17
* Export cc_test as Make class NATIVE_TESTSDan Willemsen2017-01-171-0/+1
* Install symlinks with same suffix and extension as installed fileColin Cross2016-12-071-3/+5
* Add basic VNDK support in SoongDan Willemsen2016-11-281-0/+3
* Generate "current" API level.Dan Albert2016-11-101-2/+1
* Handle dependencies with export_generated_headersDan Willemsen2016-09-301-0/+4
* Trigger binary installation in Soong from MakeDan Willemsen2016-09-291-0/+6
* Add Relocation Packer supportDan Willemsen2016-09-151-0/+10