aboutsummaryrefslogtreecommitdiffstats
path: root/android/androidmk.go
Commit message (Expand)AuthorAgeFilesLines
* Make Config.ProductVariables privateDan Willemsen2018-04-171-1/+1
* Use product instead of oem for Product specific moduleJaekyun Seok2018-01-251-1/+1
* Add [soc|device|product]_specificJiyong Park2017-12-211-1/+7
* Split logtags implementations for cc and javaColin Cross2017-12-071-3/+0
* Revert "Revert "Soong support for namespaces""Jeff Gaston2017-12-041-0/+6
* Make *Context.Config return a Config instead of a interface{}Colin Cross2017-11-301-6/+3
* Revert "Soong support for namespaces"Jeff Gaston2017-11-301-6/+0
* Soong support for namespacesJeff Gaston2017-11-291-0/+6
* Wrap PackageContext and SingletonContextColin Cross2017-11-291-12/+9
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-2/+1
* Revert "Revert "Make some common properties overridden when used in defaults ...Colin Cross2017-11-011-2/+2
* Revert "Make some common properties overridden when used in defaults modules"Nicolas Geoffray2017-11-011-2/+2
* Make some common properties overridden when used in defaults modulesColin Cross2017-11-011-2/+2
* Add hostdex supportColin Cross2017-10-101-2/+5
* Add target.linux_glibc and target.bionicDan Willemsen2017-09-261-1/+5
* Use soong_java_prebuilt.mk to export soong jars to javaandroid-o-mr1-preview-2android-o-mr1-preview-1Colin Cross2017-09-071-1/+6
* Fix path to notice fileColin Cross2017-09-051-1/+1
* Add notice property to all modulesColin Cross2017-09-011-0/+3
* Allow AndroidMkData.Custom handlers to extend normal valuesColin Cross2017-08-111-50/+54
* Remove error from AndroidMkDataProvider.AndroidMkColin Cross2017-08-111-1/+1
* Remove error from AndroidMkData.CustomColin Cross2017-08-111-8/+7
* Remove error from AndroidMkData.ExtraColin Cross2017-08-111-5/+4
* Use a unified ninja builddirDan Willemsen2017-07-241-2/+0
* Switch `owner` to *string to disable concatDan Willemsen2017-07-181-2/+2
* Supported python build in host side.Nan Zhang2017-05-051-3/+12
* Implement vendor as a synonym of proprietaryDan Willemsen2017-04-071-0/+3
* Fixed the issue that phony module was broken.Nan Zhang2017-03-291-11/+13
* Support owner propertyColin Cross2017-03-201-0/+3
* Add LinuxBionic toolchain and switchDan Willemsen2017-03-151-0/+5
* Added phony module type for soong.Nan Zhang2017-02-061-2/+2
* Import/Export LOCAL_PROPRIETARY_MODULEDan Willemsen2016-12-051-0/+3
* Don't generate Android.mk data if the module is disabledColin Cross2016-11-291-4/+5
* Initial prebuilt supportColin Cross2016-10-131-3/+7
* Move registration into android packageandroid-n-mr1-preview-2android-n-mr1-preview-1Colin Cross2016-10-121-3/+1
* Extend multilibColin Cross2016-09-061-1/+0
* Support required propertyChris Wolfe2016-08-151-0/+4
* Add init_rc property, equivalent to LOCAL_INIT_RCDan Willemsen2016-07-291-0/+3
* Dump Soong module type statistics to MakeDan Willemsen2016-07-251-0/+16
* Remove the implicit "_" in subnames.Dan Albert2016-07-181-1/+1
* Simplify arch target handlingColin Cross2016-06-021-27/+26
* Revert "Simplify arch target handling"Colin Cross2016-06-031-26/+27
* Simplify arch target handlingColin Cross2016-06-021-27/+26
* Add support for logtagsDan Willemsen2016-06-011-0/+5
* Rename common to androidColin Cross2016-05-181-0/+215