aboutsummaryrefslogtreecommitdiffstats
path: root/android/module.go
Commit message (Expand)AuthorAgeFilesLines
* Propagate owner property for apex modulesAnton Hansson2020-06-301-0/+1
* VNDK listing contains device modules onlyYo Chiang2020-06-181-0/+4
* Define Soong phony rules in MakeColin Cross2020-06-151-52/+32
* Don't use SDK variant for vendor JNI librariesColin Cross2020-05-151-0/+7
* Remove unused Module.visibility() methodPaul Duffin2020-05-131-12/+0
* Add //visibility:override to allow control over inheritancePaul Duffin2020-05-131-0/+2
* Reduce duplication in visibility property managementPaul Duffin2020-05-051-4/+2
* Merge "Fix RuleBuilder remoteable actions running in the local pool." into rv...TreeHugger Robot2020-04-281-4/+11
|\
| * Fix RuleBuilder remoteable actions running in the local pool.Ramy Medhat2020-04-271-4/+11
* | Add dependency tags to apex available errorsPaul Duffin2020-04-221-0/+15
* | Add support for using cc_library in sdk/module_exportsPaul Duffin2020-04-221-0/+10
* | Improve documentation of CompileMultiTargets and related propertiesPaul Duffin2020-04-221-4/+35
* | Add CommonOS variant for sdkPaul Duffin2020-04-221-2/+34
|/
* Forbid generating boot image files for jars in updatable modules.Ulya Trafimovich2020-04-091-5/+14
* Include partition tag in apexkeys.txt.Bill Peckham2020-04-021-0/+34
* Fix forwarding a vararg parameterJooyung Han2020-03-191-1/+1
* Add apex name to descriptionDan Willemsen2020-02-141-0/+3
* Merge "Add vendor snapshot modules"Treehugger Robot2020-02-131-0/+5
|\
| * Add vendor snapshot modulesInseob Kim2020-02-071-0/+5
* | Improve documentation of the enabled propertyPaul Duffin2020-02-121-0/+6
* | Merge "Implement vendor snapshot"Treehugger Robot2020-02-101-0/+15
|\|
| * Implement vendor snapshotInseob Kim2020-02-071-0/+15
* | Fix product variables in defaults modulesColin Cross2020-02-061-10/+1
* | Fix product variable zero value checkColin Cross2020-02-061-1/+1
|/
* Merge "Simplify vendor conditionals"Colin Cross2020-01-271-1/+6
|\
| * Simplify vendor conditionalsColin Cross2020-01-241-1/+6
* | Merge "Create a highmem pool and put metalava into it"Treehugger Robot2020-01-251-1/+1
|\ \
| * | Create a highmem pool and put metalava into itColin Cross2020-01-241-1/+1
| |/
* / Add ramdisk image.Yifan Hong2020-01-221-0/+17
|/
* Fix dependencies through symlinksDan Willemsen2020-01-161-1/+1
* Sandbox soong_build by changing to root directoryColin Cross2020-01-111-2/+19
* Revert "Sandbox soong_build by changing to root directory"Colin Cross2020-01-101-19/+2
* Sandbox soong_build by changing to root directoryColin Cross2020-01-091-2/+19
* Merge changes from topic "carry_required"Treehugger Robot2020-01-071-3/+19
|\
| * *RequiredModuleNames functions are available via Module interfaceJiyong Park2020-01-061-3/+19
* | Use blueprint.EarlyModuleContextColin Cross2020-01-061-8/+8
* | Add EarlyModuleContext for LoadHookContextColin Cross2020-01-041-106/+143
|/
* Add helper functions for getting output files from modulesColin Cross2019-12-191-0/+43
* Move imageMutator before archMutatorColin Cross2019-12-171-6/+8
* Fix duplicate sentence in visibility documentationAnton Hansson2019-12-161-3/+0
* Add support for host sdkPaul Duffin2019-12-021-0/+7
* Merge "Fix: install flattened apex on system_ext"Jooyung Han2019-11-271-3/+5
|\
| * Fix: install flattened apex on system_extJooyung Han2019-11-271-3/+5
* | Merge changes I0dcc9c7b,I9bc40642Colin Cross2019-11-251-0/+18
|\ \ | |/ |/|
| * Move cc.imageMutator into the android packageColin Cross2019-11-201-0/+18
* | Fix a typo in a comment in `android/module.go`.Roland Levillain2019-11-221-1/+1
|/
* Change the partition of outputfileSundong Ahn2019-11-141-0/+6
* Remove unused "product_services_specific" propJooyung Han2019-11-121-5/+0
* Run non-RBE supported actions in the local pool when USE_RBE is set.Ramy Medhat2019-11-051-3/+3
* Split out osMutator from archMutatorColin Cross2019-10-161-6/+1