aboutsummaryrefslogtreecommitdiffstats
path: root/sdk
Commit message (Expand)AuthorAgeFilesLines
* Add support for java_test in sdkPaul Duffin2019-12-311-0/+106
* Restrict SdkMemberTypes that can be used with sdk/sdk_snapshotPaul Duffin2019-12-314-53/+58
* Added module_exports/_snapshot as alias for sdk/_snapshotPaul Duffin2019-12-305-10/+126
* Merge "Generate .srcjar for prebuilt_stubs_sources"Paul Duffin2019-12-231-18/+5
|\
| * Generate .srcjar for prebuilt_stubs_sourcesPaul Duffin2019-12-201-18/+5
* | Differentiate between cc library and binaryPaul Duffin2019-12-201-0/+64
* | Dedup cc library module type registrationPaul Duffin2019-12-201-2/+0
|/
* Improve cc tests by adding sanitizer mutatorsPaul Duffin2019-12-191-2/+0
* Dedup prebuilt mutator registrationPaul Duffin2019-12-191-7/+1
* Dedup registration for cc default test configPaul Duffin2019-12-191-11/+1
* Dedup cc prebuilts module type registrationPaul Duffin2019-12-191-2/+1
* Dedup droiddoc module type registrationPaul Duffin2019-12-191-2/+1
* Dedup registration code for module types and singletonsPaul Duffin2019-12-191-4/+2
* Move filesystem into ConfigColin Cross2019-12-181-33/+31
* Merge "Use empty string for core image variant"Treehugger Robot2019-12-161-28/+28
|\
| * Use empty string for core image variantColin Cross2019-12-131-28/+28
* | Decouple addition of new sdk member types from sdk codePaul Duffin2019-12-132-84/+130
|/
* Improve handling of generated include dirsPaul Duffin2019-12-131-72/+28
* Generalize common property extractionPaul Duffin2019-12-131-4/+82
* Added support for using static libraries in sdk snapshotPaul Duffin2019-12-123-4/+210
* Discard duplicate operations to copy files to snapshotPaul Duffin2019-12-122-7/+61
* Sort sdkProperties by package and then namePaul Duffin2019-12-121-2/+9
* AndroidMkEntries() returns multiple AndroidMkEntries structsJiyong Park2019-12-111-4/+4
* Exclude META-INF/ from repackaged source jar in snapshotPaul Duffin2019-12-111-1/+1
* Ensure prebuilt modules have same visibility as source modulesPaul Duffin2019-12-095-11/+156
* Pass SdkMember to AddPrebuiltModule instead of the namePaul Duffin2019-12-091-1/+2
* Merge "Support header and implementation jars in sdk"Treehugger Robot2019-12-073-11/+130
|\
| * Support header and implementation jars in sdkPaul Duffin2019-12-063-11/+130
* | Move ImageMutator after archMutatorColin Cross2019-12-061-1/+0
|/
* Separate out module type specific test configPaul Duffin2019-12-063-22/+42
* Organize sdk member propertiesPaul Duffin2019-12-061-5/+12
* Extract the cc and java sdk related tests out into their own filePaul Duffin2019-12-063-524/+660
* Improve testing of sdk snapshot generationPaul Duffin2019-12-063-141/+283
* Separate sdk testing infrastructure from sdk testsPaul Duffin2019-12-062-170/+197
* Parameterize the sdk member processingPaul Duffin2019-12-063-267/+106
* Use static build rules in snapshot generationPaul Duffin2019-12-063-57/+102
* Disable TestHostSnapshot test for non-linux buildPaul Duffin2019-12-041-0/+10
* Add support for host sdkPaul Duffin2019-12-022-0/+205
* Add model to represent generated snapshot .bp filePaul Duffin2019-12-023-110/+295
* Remove unused methods from sdk/sdk_test.goPaul Duffin2019-11-291-23/+0
* Simplify sdk_snapshot module member list generationPaul Duffin2019-11-281-9/+9
* Remove unused frozenVersions() methodPaul Duffin2019-11-281-21/+0
* Dedup code for generating prebuilt_stubs_sources in snapshotPaul Duffin2019-11-261-1/+1
* Check the contents of an SDK snapshot's generated Android.bpPaul Duffin2019-11-263-1/+106
* Generate unversioned cc_prebuilt_library_sharedPaul Duffin2019-11-261-2/+17
* Merge changes I0dcc9c7b,I9bc40642Colin Cross2019-11-252-2/+2
|\
| * Move cc.imageMutator into the android packageColin Cross2019-11-202-2/+2
* | Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross2019-11-251-16/+16
* | Adds droidstubs support to sdk modulePaul Duffin2019-11-223-6/+145
* | Simplify building an SDK snapshot from the command linePaul Duffin2019-11-221-0/+8
|/