- 42a49f1 Add current build release by Paul Duffin · 2 years, 4 months ago
- b01ac4b Remove support for generating versioned snapshots by Paul Duffin · 2 years, 7 months ago
- 958806b Add custom java_sdk_library info to the SDK info file by Paul Duffin · 2 years, 8 months ago
- c6ba182 For each sdk built generate a JSON file describing its contents by Paul Duffin · 2 years, 8 months ago
- 51509a1 Copy the out/soong/build_number.txt file into sdk snapshots by Paul Duffin · 2 years, 9 months ago
- 39abf8f Retry: Support generating sdk snapshot for specific build release by Paul Duffin · 3 years, 3 months ago
- 203ec01 Revert "Support generating sdk snapshot for specific build release" by Salmax Chang · 3 years, 3 months ago
- ef2df58 Support generating sdk snapshot for specific build release by Paul Duffin · 3 years, 3 months ago
- 43f7bf0 Add SOONG_SDK_SNAPSHOT_VERSION support by Paul Duffin · 3 years, 8 months ago
- 023dba0 Add exported_bootclasspath_fragments to prebuilt_apex/apex_set by Paul Duffin · 3 years, 8 months ago
- a57835e bootclasspath_fragment: Add contents to snapshot by Paul Duffin · 3 years, 8 months ago
- 55e740e Remove varargs from RunTest(t *testing.T) by Paul Duffin · 3 years, 9 months ago
- db462dd Disallow non-existent paths in sdk package by Paul Duffin · 3 years, 9 months ago
- 1822a0a Improve sdk snapshot testing by Paul Duffin · 3 years, 9 months ago
- 76e5c8a Convert test that disallows non existent paths to use fixtures by Paul Duffin · 3 years, 9 months ago
- cf3ee2f Allow sdk package tests to optimize their test setup by Paul Duffin · 3 years, 10 months ago
- c93c98e Use test fixtures in CheckSnapshot() by Paul Duffin · 3 years, 9 months ago
- 89648f9 Remove usages of FixtureFactory from misc packages by Paul Duffin · 3 years, 9 months ago
- abbf63d Migrate sdk package to a per test build directory by Paul Duffin · 3 years, 10 months ago
- 36474d3 Stop sdk package depending on testing.T being embedded in TestResult by Paul Duffin · 3 years, 10 months ago
- c10ee77 Merge changes Ifc96992e,Ic76523ba by Paul Duffin · 3 years, 10 months ago
- fe9a9e3 Add missing // to clarify comment by Paul Duffin · 3 years, 10 months ago
- 4a2a29c Support test fixtures in sdk package by Paul Duffin · 3 years, 10 months ago
- 981b94b Switch CheckSnapshot from a testSdkResult method to a function by Paul Duffin · 3 years, 10 months ago
- 8306f25 Make testSdkResult compatible with android.TestResult by Paul Duffin · 3 years, 10 months ago
- 3b2636f Merge "Remove duplicate sdk.TestHelper" by Paul Duffin · 3 years, 10 months ago
- a3cb2b3 Remove duplicate sdk.TestHelper by Paul Duffin · 3 years, 10 months ago
- 6d9108f0 Extract sdk registration code into function for reuse by Paul Duffin · 3 years, 10 months ago
- d6ceb86 Clean up cc.RegisterRequiredBuildComponentsForTest() by Paul Duffin · 3 years, 10 months ago
- 42dd4e6 Fix the snapshot handling of generated headers by Paul Duffin · 3 years, 10 months ago
- d075907 Support testing versioned/unversioned sdk Android.bp files separately by Paul Duffin · 3 years, 10 months ago
- c059c8c Add java.RegisterRequiredBuildComponentsForTest function by Paul Duffin · 4 years ago
- dff2c78 Add attribute to disable last-api compat tracking by Anton Hansson · 4 years ago
- cda22c9 Refactor 'in_make' to mean Kati is not skipped. by Jingwen Chen · 4 years, 1 month ago
- ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 2 months ago
- a2ae7e0 Allow java_sdk_library to specify doctags_files by Paul Duffin · 4 years, 4 months ago
- 79bee05 Merge "Handle property structs and BpPropertySets as values to AddProperty." by Martin Stjernholm · 4 years, 3 months ago
- 191c25f Handle property structs and BpPropertySets as values to AddProperty. by Martin Stjernholm · 4 years, 4 months ago
- 1613e55 HostCross is an attribute of a Target, not OsType by Jiyong Park · 4 years, 4 months ago
- 021f4e5 Fix prebuilt mutator ordering in tests by Paul Duffin · 4 years, 5 months ago
- 7feceb2 Add support for SDK tests with LinuxBionic OS type. by Martin Stjernholm · 4 years, 6 months ago
- 3ff2e66 Disable all SDK snapshot generation tests on mac. by Martin Stjernholm · 4 years, 6 months ago
- 2c79c87 Merge changes Iefcf4fbe,I450d4769,I1ffc7e7b by Treehugger Robot · 4 years, 6 months ago
- 44f1d84 Stop java_sdk_library_import from depending on source modules by Paul Duffin · 4 years, 6 months ago
- cc77601 Do not follow SDK member dependencies for APEX payloads. by Martin Stjernholm · 4 years, 6 months ago
- 1110827 Defer \n quoting generatedContents until creating the ninja rule by Paul Duffin · 4 years, 8 months ago
- 4b8b793 Allow extractCommonProperties to return an error by Paul Duffin · 4 years, 8 months ago
- 3d1248c Export stub sources as part of the java_sdk_library by Paul Duffin · 4 years, 9 months ago
- dd46f71 Support java_sdk_library as member of sdk by Paul Duffin · 4 years, 11 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
- 8c3fec4 Enable androidmk processing in sdk testing by Paul Duffin · 4 years, 10 months ago
- 1228e9c Add a nice install paths for module SDKs and exports. by Nicolas Geoffray · 4 years, 10 months ago
- e1ddcc9 Only check copy rules into the snapshot directory by Paul Duffin · 4 years, 10 months ago
- 1356d8c Add CommonOS variant for sdk by Paul Duffin · 4 years, 10 months ago
- 08798aa Add windows to the list of available OS's in sdk tests by Paul Duffin · 4 years, 10 months ago
- f28329d Move NDK test modules into cc/testing.go by Colin Cross · 4 years, 11 months ago
- 7b81f5e Add java_system_modules to sdk/module_exports by Paul Duffin · 5 years ago
- c132742 Dedup package build components registration by Paul Duffin · 5 years ago
- 8150da6 Added module_exports/_snapshot as alias for sdk/_snapshot by Paul Duffin · 5 years ago
- e2bc36f Merge "Generate .srcjar for prebuilt_stubs_sources" by Paul Duffin · 5 years ago
- 6c26dc7 Dedup cc library module type registration by Paul Duffin · 5 years ago
- 9b478b0 Generate .srcjar for prebuilt_stubs_sources by Paul Duffin · 5 years ago
- d686791 Improve cc tests by adding sanitizer mutators by Paul Duffin · 5 years ago
- 0c4979b Dedup prebuilt mutator registration by Paul Duffin · 5 years ago
- 77980a8 Dedup registration for cc default test config by Paul Duffin · 5 years ago
- 59986b2 Dedup cc prebuilts module type registration by Paul Duffin · 5 years ago
- 884363e Dedup droiddoc module type registration by Paul Duffin · 5 years ago
- f9b1da0 Dedup registration code for module types and singletons by Paul Duffin · 5 years ago
- 98be1bb Move filesystem into Config by Colin Cross · 5 years ago
- 9ab556f Added support for using static libraries in sdk snapshot by Paul Duffin · 5 years ago
- 593b3c9 Ensure prebuilt modules have same visibility as source modules by Paul Duffin · 5 years ago
- ae6c520 Move ImageMutator after archMutator by Colin Cross · 5 years ago
- d835daa Separate out module type specific test config by Paul Duffin · 5 years ago
- c3c5d5e Improve testing of sdk snapshot generation by Paul Duffin · 5 years ago
- 82d9043 Separate sdk testing infrastructure from sdk tests by Paul Duffin · 5 years ago