aboutsummaryrefslogtreecommitdiffstats
path: root/android/prebuilt.go
Commit message (Expand)AuthorAgeFilesLines
* Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to trueJiyong Park2019-07-071-0/+4
* Prebuilt APEXes are recoreded in apexkeys.txtJiyong Park2019-04-231-0/+4
* Add prebuilt_apex.Jaewoong Jung2019-03-281-16/+36
* Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross2019-03-201-1/+1
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-3/+0
* Fix few issues with filegroupsPirama Arumuga Nainar2018-04-181-6/+13
* Add VisitDirectDepsWithTagColin Cross2018-01-021-7/+5
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-2/+2
* Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross2017-10-241-1/+1
* Rename java_prebuilt_library to java_importColin Cross2017-08-111-23/+38
* Fix java prebuiltsColin Cross2017-07-311-2/+2
* Add integration testing infrastructureColin Cross2017-07-141-0/+9
* Fix installing prebuilts with no source moduleColin Cross2017-03-171-4/+9
* Fixed the issue of dependencyTag in prebuilt.goNan Zhang2017-03-091-3/+7
* Fall back to prebuilts if source modules are disabledColin Cross2016-11-301-35/+29
* Disable installing unused prebuiltsColin Cross2016-11-291-4/+10
* Initial prebuilt supportColin Cross2016-10-131-0/+121