aboutsummaryrefslogtreecommitdiffstats
path: root/cc/ndk_library.go
Commit message (Expand)AuthorAgeFilesLines
* Add compile-time pathDeps as implicit dependenciesPirama Arumuga Nainar2017-12-191-1/+1
* Replace ModuleContext.AConfig() with Config()Colin Cross2017-11-301-3/+3
* Wrap PackageContext and SingletonContextColin Cross2017-11-291-2/+2
* Add default -Wall -Werror or -Wall.Chih-Hung Hsieh2017-11-201-0/+2
* Fix using aidl files from filegroupsColin Cross2017-11-171-2/+2
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-10/+11
* Move ModuleContext.ModuleBuild to ModuleContext.BuildColin Cross2017-10-241-1/+1
* Make binaries executableColin Cross2017-08-311-1/+1
* Expose the minimum supported SDK version to make.Dan Albert2017-08-171-6/+8
* Adapt to PLATFORM_VERSION_FUTURE_CODENAMES.Dan Albert2017-08-021-1/+1
* Add to cflags in compilerFlags()George Burgess IV2017-07-191-12/+19
* Refactor factoriesColin Cross2017-06-301-6/+8
* Require that NDK symbol files end with .map.txt.Dan Albert2017-06-131-0/+4
* Prettify soong ninja build descriptionsColin Cross2017-05-101-5/+5
* Generate stub libraries for unreleased API levels.Dan Albert2017-04-281-5/+10
* Use ArchType instead of string as map keyColin Cross2017-04-131-10/+9
* Skip ndkApiMutator on disabled modulesColin Cross2017-04-131-2/+4
* Remove explicit suffixes from (ll)ndk_libraryDan Willemsen2017-04-111-13/+11
* Add LLNDK support for the VNDKDan Willemsen2017-04-071-17/+19
* Add `sdk_version: "minimum"`.Dan Albert2017-03-311-6/+10
* Build a static library for header-only librariesColin Cross2017-02-141-1/+1
* Allow `unversioned_until: "current"`.Dan Albert2017-01-051-0/+8
* Add unversioned_until to ndk_library.Dan Albert2017-01-031-2/+39
* Pass DepsContext to dependency methodsColin Cross2016-12-131-1/+1
* Remove boolean arguments from NewLibrary()Colin Cross2016-12-131-1/+2
* Allow `first_version: "current"` in ndk_library.Dan Albert2016-11-101-6/+25
* Generate "current" API level.Dan Albert2016-11-101-7/+8
* Revert "Revert "Use the platform SDK version from the config.""Dan Albert2016-11-101-10/+1
* Revert "Use the platform SDK version from the config."Dan Albert2016-11-091-1/+10
* Use the platform SDK version from the config.Dan Albert2016-11-081-10/+1
* Start using "struct Objects" to store object PathsDan Willemsen2016-10-311-3/+3
* Simplify compileObjsColin Cross2016-10-271-6/+2
* Enable goma in soongColin Cross2016-08-311-1/+1
* Make BottomUpMutators parallelColin Cross2016-08-111-1/+5
* Fix ndk_library following decorator refactor.Dan Albert2016-08-081-4/+5
* Don't generate intermediate NDK libraries.Dan Albert2016-08-051-28/+36
* Refactor cc modules to use decorators instead of inheritanceColin Cross2016-08-051-52/+31
* Auto-fill ndkMigratedLibs.Dan Albert2016-08-041-0/+12
* Use the version script for ndk_library.Dan Albert2016-08-021-0/+14
* Rename compiler, linker and installer methods to be uniqueColin Cross2016-08-011-3/+3
* Separate cc.goColin Cross2016-07-291-0/+24
* Generate NDK sysroots from the platform build.Dan Albert2016-07-281-0/+250