aboutsummaryrefslogtreecommitdiffstats
path: root/sdk
Commit message (Expand)AuthorAgeFilesLines
* Use inclusive language in build/soongColin Cross2020-06-151-2/+3
* java_sdk_library: Add system-server scopePaul Duffin2020-06-081-0/+92
* Copy removed.txt file to the snapshot correctlyPaul Duffin2020-06-041-11/+11
* Soong package structure refactoringJaewoong Jung2020-06-021-0/+27
* java_sdk_library: Propagate shared_library to snapshotPaul Duffin2020-05-291-0/+13
* Revert "Default annotations_enabled to true for sdk_library"Anton Hansson2020-05-251-6/+3
* Default annotations_enabled to true for sdk_libraryAnton Hansson2020-05-211-3/+6
* java_sdk_library: Propagate naming_scheme to snapshotPaul Duffin2020-05-161-0/+67
* Fix special case when appending a visibility rule to //visibility:private.Martin Stjernholm2020-05-161-0/+24
* Add explicit visibility on the self package in EffectiveVisibilityRules.Martin Stjernholm2020-05-161-4/+16
* Don't print :__pkg__ for package rules, since that's the default.Martin Stjernholm2020-05-161-5/+5
* Correct module_lib scope namePaul Duffin2020-05-141-12/+12
* java_sdk_library: Add sdk_version for API scopesPaul Duffin2020-05-131-1/+63
* java_sdk_library: Allow separate api/stubs source modulesPaul Duffin2020-05-131-2/+2
* java_sdk_library: Preserve sdk_version: "none" in snapshotPaul Duffin2020-05-131-0/+59
* Defer \n quoting generatedContents until creating the ninja rulePaul Duffin2020-05-123-9/+14
* java_sdk_library: Specify visibility of stubs modulesPaul Duffin2020-05-101-0/+2
* Retry: Fix snapshot of a host/device cc_library with stubsPaul Duffin2020-05-102-0/+93
* Retry: Adds support for 'ignored-on-host'Paul Duffin2020-05-102-1/+49
* Retry: Detect invalid arch specific properties in snapshotPaul Duffin2020-05-102-8/+57
* java_sdk_library: Add support for module_lib API surfacePaul Duffin2020-05-081-0/+111
* java_sdk_library: Control API surfaces generatedPaul Duffin2020-05-081-0/+85
* Export API files as part of the java_sdk_libraryPaul Duffin2020-05-081-0/+18
* Export stub sources as part of the java_sdk_libraryPaul Duffin2020-05-082-5/+16
* Allow extractCommonProperties to return an errorPaul Duffin2020-05-073-11/+83
* Correct order of parameters to AssertDeepEqualsPaul Duffin2020-05-071-6/+9
* Encapsulate getter into an extractorProperty structurePaul Duffin2020-05-071-7/+22
* Encapsulate properties to be optimized in a containerPaul Duffin2020-05-072-21/+46
* Do not propagate dynamic dependencies for stub libs.Martin Stjernholm2020-05-061-0/+5
* Do not propagate the stub symbol file to prebuilts.Martin Stjernholm2020-05-061-2/+0
* Propagate stubs to the SDK for libraries that have them.Martin Stjernholm2020-05-061-0/+63
* Don't run new test on Darwin that lacks snapshot support.Martin Stjernholm2020-05-061-0/+3
* Propagate empty vs unspecified system_shared_libs correctly.Martin Stjernholm2020-05-061-24/+199
* Add SDK member support for cc_object.Martin Stjernholm2020-05-061-0/+57
* Fix definition of android_stubs_current in sdk testsPaul Duffin2020-05-011-3/+3
* Support java_sdk_library as member of sdkPaul Duffin2020-04-222-0/+113
* Stop requiring apex_available on java_library members of sdksPaul Duffin2020-04-222-16/+12
* Extract DepIsInSameApex and RequiredSdks interfacesPaul Duffin2020-04-221-2/+2
* Use reflect.Zero(type) to get value to clear fieldPaul Duffin2020-04-221-5/+1
* Sdk snapshot set compile_multilib per OsTypePaul Duffin2020-04-223-28/+43
* Remove old SdkMemberType API for creating snapshot modulesPaul Duffin2020-04-221-6/+1
* Improve consistency of handling java snapshot propertiesPaul Duffin2020-04-221-1/+11
* Make new module creation API more flexiblePaul Duffin2020-04-221-25/+38
* Add abstraction for tracking compile multilib usagesPaul Duffin2020-04-221-32/+48
* Add support for using cc_library in sdk/module_exportsPaul Duffin2020-04-222-5/+171
* Extract the osTypeSpecificInfo code from module creation loopPaul Duffin2020-04-221-119/+160
* Extract archTypeSpecificInfo code from module creation loopPaul Duffin2020-04-221-14/+30
* Clean up the main module creation loopPaul Duffin2020-04-221-65/+77
* Output properties before sets in snapshot modulePaul Duffin2020-04-223-17/+29
* Remove SdkMemberType.FinalizeModulePaul Duffin2020-04-222-28/+26