aboutsummaryrefslogtreecommitdiffstats
path: root/android/module.go
Commit message (Expand)AuthorAgeFilesLines
* Use WalkDeps instead of VisitDepsDepthFirstColin Cross2018-06-221-0/+3
* Support recovery and recovery_availableJiyong Park2018-05-151-0/+13
* Remove the unused `tags` propertyDan Willemsen2018-05-151-2/+0
* Don't install modules in unexported namespacesColin Cross2018-05-071-0/+7
* Adding java_sdk_libraryJiyong Park2018-04-191-0/+16
* Fix few issues with filegroupsPirama Arumuga Nainar2018-04-181-0/+1
* Add vintf_fragments.Steven Moreland2018-04-051-0/+3
* Allow platform modules to link to vendor public librariesJiyong Park2018-03-301-0/+5
* Turn GlobFiles into a Glob for files, use itDan Willemsen2018-03-011-14/+4
* Pass nil instead of []string{} to ctx.Glob* functionsColin Cross2018-02-231-1/+4
* Droiddoc Support in SoongNan Zhang2018-02-221-0/+19
* Revert "Revert "Support filegroup in exclude_srcs""Nan Zhang2018-02-151-12/+32
* Revert "Support filegroup in exclude_srcs"Tobias Thierer2018-02-091-32/+12
* Support filegroup in exclude_srcsNan Zhang2018-02-071-12/+32
* Support filegroups for version_script and related propertiesColin Cross2018-02-061-0/+11
* Use product instead of oem for Product specific moduleJaekyun Seok2018-01-251-2/+2
* Add VisitDirectDepsWithTagColin Cross2018-01-021-0/+11
* Add [soc|device|product]_specificJiyong Park2017-12-211-6/+99
* Allow java manifest property to reference filegroupsColin Cross2017-12-111-2/+25
* Split logtags implementations for cc and javaColin Cross2017-12-071-4/+0
* Split java_binary modules into common and binary variantsColin Cross2017-12-061-4/+5
* Revert "Revert "Soong support for namespaces""Jeff Gaston2017-12-041-3/+12
* Replace ModuleContext.AConfig() with Config()Colin Cross2017-11-301-5/+5
* Make *Context.Config return a Config instead of a interface{}Colin Cross2017-11-301-7/+35
* Revert "Soong support for namespaces"Jeff Gaston2017-11-301-11/+3
* Soong support for namespacesJeff Gaston2017-11-291-3/+11
* Wrap PackageContext and SingletonContextColin Cross2017-11-291-91/+124
* Fix genrules depending on Go toolsColin Cross2017-11-171-0/+5
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-3/+3
* Revert "Revert "Make some common properties overridden when used in defaults ...Colin Cross2017-11-011-6/+6
* Revert "Make some common properties overridden when used in defaults modules"Nicolas Geoffray2017-11-011-6/+6
* Make some common properties overridden when used in defaults modulesColin Cross2017-11-011-6/+6
* Fix missing source module with ALLOW_MISSING_DEPENDENCIES=trueColin Cross2017-10-241-0/+4
* Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross2017-10-241-5/+85
* Move ModuleContext.ModuleBuild to ModuleContext.BuildColin Cross2017-10-241-21/+16
* Make android.ModuleContext not include blueprint.ModuleContextColin Cross2017-10-241-1/+29
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-2/+6
* Fix mixing genrule dependencies with globsColin Cross2017-10-091-3/+3
* Revert "Some clarifications in preparation to automatically order linker depe...Jeff Gaston2017-10-041-4/+0
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-031-0/+4
* Add (host|host-cross|target)[-<OS>] phony targets when not using makeDan Willemsen2017-09-201-0/+48
* Fix mma/mmma when soong is not embedded in makeDan Willemsen2017-09-201-3/+9
* Add notice property to all modulesColin Cross2017-09-011-0/+3
* Make binaries executableColin Cross2017-08-311-8/+14
* Switch `owner` to *string to disable concatDan Willemsen2017-07-181-1/+1
* Add integration testing infrastructureColin Cross2017-07-141-0/+18
* Fixed the unexpected scenario for "device_supported"Nan Zhang2017-07-051-8/+5
* Refactor factoriesColin Cross2017-06-301-15/+24
* Prettify soong ninja build descriptionsColin Cross2017-05-101-18/+48
* Allow "required" property to vary by archColin Cross2017-05-051-1/+1