aboutsummaryrefslogtreecommitdiffstats
path: root/android/module.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn installation on in mega device buildColin Cross2017-04-271-4/+20
* Make soong mm/ targets recursiveColin Cross2017-04-251-7/+38
* Added duplicates checking when extracting source deps.Nan Zhang2017-04-101-1/+8
* Implement vendor as a synonym of proprietaryDan Willemsen2017-04-071-5/+8
* Add ctx.Windows()Colin Cross2017-04-041-0/+5
* Refactor sanitized library on-disk layout - Soong.Vishwath Mohan2017-03-311-0/+10
* Rework vndk detectionDan Willemsen2017-03-291-3/+5
* Support owner propertyColin Cross2017-03-201-0/+3
* Stop making the ndk headers host-specificDan Willemsen2017-03-151-2/+2
* Added phony module type for soong.Nan Zhang2017-02-061-0/+6
* Support data properties for test binariesColin Cross2017-02-021-6/+17
* Fixed then comments to describe how to use android.ModuleBase object.Nan Zhang2017-02-021-10/+10
* Support filegroupsColin Cross2016-12-171-1/+40
* Fall back to prebuilts if source modules are disabledColin Cross2016-11-301-0/+1
* genrule: support deps filesColin Cross2016-11-221-0/+6
* Encode default enabled state in OsTypeDan Willemsen2016-11-171-1/+1
* Move globbing to BlueprintColin Cross2016-11-041-8/+7
* Add support for Implicit OutputsDan Willemsen2016-11-031-17/+23
* Add a "license" property to ndk_headers.Dan Albert2016-10-201-1/+3
* Initial prebuilt supportColin Cross2016-10-131-2/+19
* Add a Name propertyColin Cross2016-10-121-3/+14
* Control mutator orderColin Cross2016-10-121-9/+1
* Move registration into android packageandroid-n-mr1-preview-2android-n-mr1-preview-1Colin Cross2016-10-121-2/+1
* Disable cc_benchmark for Darwin hostsDan Willemsen2016-10-041-0/+7
* Enable toc optimization for host buildsColin Cross2016-10-041-1/+12
* Fix checkbuild for modules with last variant disabledColin Cross2016-09-191-16/+12
* Replace PropertyCustomizer with hooksColin Cross2016-09-131-7/+5