- 8a61b59 Use implementation jar for updatable-media in snapshot for S by Paul Duffin · 2 years, 6 months ago
- b0c28d6 Stop exporting systemserverclasspath_fragment when targeting S by Paul Duffin · 2 years, 6 months ago
- dbd8eb1 Remove unused uses_sdks property for apexes by Liz Kammer · 2 years, 8 months ago
- 581f2e5 Detect duplicates in sdkRegistry by Paul Duffin · 3 years, 3 months ago
- f04033b Dedup SdkMemberType/TraitRegistry by Paul Duffin · 3 years, 3 months ago
- 30c830b Removes usages of SdkMemberTrait/TypeRegistry outside android/sdk.go by Paul Duffin · 3 years, 3 months ago
- d19f894 Add support to sdk/module_exports to specify required traits by Paul Duffin · 3 years, 6 months ago
- 9428970 Improve the documentation in the android/sdk.go file by Paul Duffin · 3 years, 4 months ago
- f7b3d0d Rename SdkMemberTypeDependencyTag to SdkMemberDependencyTag by Paul Duffin · 3 years, 4 months ago
- 62782de Make sdk member type related types and vars type specific by Paul Duffin · 3 years, 6 months ago
- 296701e Refactor SdkMemberType.AddDependencies() by Paul Duffin · 3 years, 6 months ago
- 826ac4d Remove unused key field from SdkMemberTypesRegistry by Paul Duffin · 3 years, 6 months ago
- 5c21145 Revert "Export implementation class jars for java_boot_libs" by Paul Duffin · 3 years, 6 months ago
- 5cca7c4 Support hidden API processing for modules that use platform APIs by Paul Duffin · 3 years, 7 months ago
- b97b157 Remove duplicate component from sdk snapshot by Paul Duffin · 3 years, 8 months ago
- 51227d8 Output bootclasspath_fragment's fragments property to sdk snapshot by Paul Duffin · 3 years, 7 months ago
- 0df4968 Add support for name-less modules and property comments by Paul Duffin · 3 years, 8 months ago
- 1308205 Allow an sdk member type not to provide a bp property by Paul Duffin · 3 years, 8 months ago
- 0d4ed0a Allow sdk snapshot to contain source module type by Paul Duffin · 3 years, 8 months ago
- 2d3da31 Make all SdkMemberTypes support transitive member deps by Paul Duffin · 3 years, 8 months ago
- b9e7a3c Make licenseModule SdkAware by Paul Duffin · 3 years, 8 months ago
- 525a590 Make sdk tests more realistic by Paul Duffin · 3 years, 8 months ago
- 0c2e083 Extract IsModuleInVersionedSdk by Paul Duffin · 3 years, 8 months ago
- eee466e Pass module to SdkMemberTypeDependencyTag.SdkMemberType by Paul Duffin · 3 years, 8 months ago
- a720811 Allow exporting of sdk members to be done per tag by Paul Duffin · 3 years, 8 months ago
- 22ff0aa Export implementation class jars for java_boot_libs by Paul Duffin · 3 years, 11 months ago
- db170e4 Add java_boot_libs to sdk by Paul Duffin · 4 years, 1 month ago
- 191c25f Handle property structs and BpPropertySets as values to AddProperty. by Martin Stjernholm · 4 years, 4 months ago
- caa47d7 Disable all host OS variants except those explicitly included. by Martin Stjernholm · 4 years, 6 months ago
- 50f0da4 Improve IDE navigation to SdkBase methods by Paul Duffin · 4 years, 5 months ago
- 89238f4 Add compile_multilib properties to all native prebuilts (reland). by Martin Stjernholm · 4 years, 6 months ago
- 29936ae Revert "Add compile_multilib properties to all native prebuilts." by Charles Chen · 4 years, 6 months ago
- 1e9c267 Add compile_multilib properties to all native prebuilts. by Martin Stjernholm · 4 years, 6 months ago
- cee7e66 Ensure that sdk/module_exports depends on source members by Paul Duffin · 4 years, 6 months ago
- c459f89 Retry: Adds support for 'ignored-on-host' by Paul Duffin · 4 years, 8 months ago
- 864e1b4 Retry: Detect invalid arch specific properties in snapshot by Paul Duffin · 4 years, 8 months ago
- e509447 Revert "Detect invalid arch specific properties in snapshot" by Greg Kaiser · 4 years, 8 months ago
- e08e03f Revert "Adds support for 'ignored-on-host'" by Greg Kaiser · 4 years, 8 months ago
- 12f67bc Adds support for 'ignored-on-host' by Paul Duffin · 4 years, 8 months ago
- ee20962 Detect invalid arch specific properties in snapshot by Paul Duffin · 4 years, 8 months ago
- 425b0ea Remove reference to obsolete BuildSnapshot() by Paul Duffin · 4 years, 8 months ago
- 923e8a5 Extract DepIsInSameApex and RequiredSdks interfaces by Paul Duffin · 4 years, 9 months ago
- 495ffb9 Remove old SdkMemberType API for creating snapshot modules by Paul Duffin · 4 years, 9 months ago
- a551a1c Improve consistency of handling java snapshot properties by Paul Duffin · 4 years, 10 months ago
- 3a4eb50 Make new module creation API more flexible by Paul Duffin · 4 years, 9 months ago
- cd07bce Add SDK member support for cc_object. by Martin Stjernholm · 4 years, 10 months ago
- 0174d8d Remove SdkMemberType.FinalizeModule by Paul Duffin · 4 years, 10 months ago
- 13f0271 Copy shared_libs and system_shared_libs to module snapshot by Paul Duffin · 4 years, 10 months ago
- b07fa51 Support extracting common values from embedded structures by Paul Duffin · 4 years, 10 months ago
- a04c107 Add support for multiple os types by Paul Duffin · 4 years, 10 months ago
- 88f2fbe Refactor snapshot module creation by Paul Duffin · 4 years, 10 months ago
- 7b81f5e Add java_system_modules to sdk/module_exports by Paul Duffin · 5 years ago
- f4ae4f1 Add support for transitive sdk members by Paul Duffin · 5 years ago
- f853992 Make sdkMemberDependencyTag usable outside sdk package by Paul Duffin · 5 years ago
- 5b511a2 Allow an arbitrary tag to be associated with a bp property by Paul Duffin · 5 years ago
- e602918 Restrict SdkMemberTypes that can be used with sdk/sdk_snapshot by Paul Duffin · 5 years ago
- 255f18e Decouple addition of new sdk member types from sdk code by Paul Duffin · 5 years ago
- 9d8d609 Pass SdkMember to AddPrebuiltModule instead of the name by Paul Duffin · 5 years ago
- 1387957 Parameterize the sdk member processing by Paul Duffin · 5 years ago
- b645ec8 Add model to represent generated snapshot .bp file by Paul Duffin · 5 years ago
- 9154718 Adds droidstubs support to sdk module by Paul Duffin · 5 years ago
- 0e0cf1d Refactor sdk update mechanism by Paul Duffin · 5 years ago
- a7bc8ad Prohibit dependencies outside of uses_sdks by Jiyong Park · 5 years ago
- 9b409bc Create scripts to update and freeze a module SDK by Jiyong Park · 5 years ago
- d1063c1 Introduce module type 'sdk' by Jiyong Park · 5 years ago