aboutsummaryrefslogtreecommitdiffstats
path: root/cc/ndk_headers.go
Commit message (Expand)AuthorAgeFilesLines
* Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross2019-03-201-2/+2
* Remove ModuleSrcPathColin Cross2019-03-201-4/+5
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-3/+3
* Remove empty DepsMutator methodsColin Cross2019-02-011-9/+0
* Allow NDK APIs to be marked as drafts.Dan Albert2018-11-281-0/+15
* Use prebuilt bionic versionerLogan Chien2018-10-301-1/+1
* Move Ndk_abis from soong.config to soong.variablesColin Cross2018-10-241-1/+1
* Don't use arch-specific modules when we want a single moduleDan Willemsen2018-10-221-10/+2
* Add a preprocessed_ndk_headers module type.Dan Albert2018-06-011-0/+91
* Rename preprocessed_ndk_headers to versioned_ndk_headers.Dan Albert2018-05-241-10/+10
* Add exclude_srcs property to ndk_headers modules.Dan Albert2018-05-241-1/+4
* Fix typo. Properies -> Properties.Dan Albert2018-05-241-4/+4
* Turn GlobFiles into a Glob for files, use itDan Willemsen2018-03-011-1/+1
* Wrap PackageContext and SingletonContextColin Cross2017-11-291-4/+4
* Skip MIPS headers when generating NDK prebuiltsLazar Trsic2017-11-281-0/+9
* Change remaining properties to *string, *bool in Soong.Nan Zhang2017-11-091-9/+9
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-6/+7
* Move ModuleContext.ModuleBuild to ModuleContext.BuildColin Cross2017-10-241-1/+1
* Make binaries executableColin Cross2017-08-311-1/+1
* Refactor factoriesColin Cross2017-06-301-5/+11
* Prettify soong ninja build descriptionsColin Cross2017-05-101-1/+1
* Add LLNDK support for the VNDKDan Willemsen2017-04-071-2/+8
* Use a timestamp file for preprocessed_ndk_headers.Dan Albert2017-03-291-3/+7
* Move versioner's -o before positional arguments.Dan Albert2017-03-291-1/+1
* Stop making the ndk headers host-specificDan Willemsen2017-03-151-6/+1
* Add preprocessed_ndk_headers.Dan Albert2017-02-221-27/+165
* Add a "license" property to ndk_headers.Dan Albert2016-10-201-2/+16
* Control mutator orderColin Cross2016-10-121-0/+3
* Generate NDK sysroots from the platform build.Dan Albert2016-07-281-0/+102