- 95e9c5b Split SYSTEMSERVERCLASSPATH entries from platform_bootclasspath. by satayev · 4 years, 8 months ago
- 128ce2f Rename classpath_fragment.go methods for better readability. by satayev · 4 years, 8 months ago
- 63bc30f Merge "Make SystemServerJars ConfiguredJarList." by satayev · 4 years, 8 months ago
- 9a6f87e Make SystemServerJars ConfiguredJarList. by satayev · 4 years, 8 months ago
- 93e8f79 Merge "Move stub providers to droidstubs.go" by Anton Hansson · 4 years, 8 months ago
- 5260932 Move stub providers to droidstubs.go by Anton Hansson · 4 years, 8 months ago
- 4977540 Support dex_import on platform_bootclasspath by Paul Duffin · 4 years, 8 months ago
- 29c294b Time out and dump stacks from R8 processes after 30 minutes by Colin Cross · 4 years, 8 months ago
- 21695e2 Merge "Split findAndCopyBootJars into separate find and copy functions" by Paul Duffin · 4 years, 8 months ago
- fdf4050 Merge "Fix build failure when building unbundled apps (second try)" by Paul Duffin · 4 years, 8 months ago
- 3f9af76 Merge "Move configuration checks from getBootImageJar" by Treehugger Robot · 4 years, 8 months ago
- d504c3a Fix build failure when building unbundled apps (second try) by Paul Duffin · 4 years, 8 months ago
- f794e82 Merge "Exclude RequiresApi from generated stubs" by Andrei-Valentin Onea · 4 years, 8 months ago
- d6894ca Split findAndCopyBootJars into separate find and copy functions by Paul Duffin · 4 years, 9 months ago
- f23bc47 Move configuration checks from getBootImageJar by Paul Duffin · 4 years, 9 months ago
- 1468cc4 Merge "Revert "Fix build failure when building unbundled apps"" by Treehugger Robot · 4 years, 8 months ago
- 0dbd02a Revert "Fix build failure when building unbundled apps" by Vishnu Nair · 4 years, 8 months ago
- 5983d85 Merge "Fix build failure when building unbundled apps" by Paul Duffin · 4 years, 8 months ago
- c027119 Fix build failure when building unbundled apps by Paul Duffin · 4 years, 8 months ago
- 4985e51 Exclude RequiresApi from generated stubs by Andrei Onea · 4 years, 8 months ago
- 12d29b7 Move generation of hidden API make vars to platform_bootclasspath by Paul Duffin · 4 years, 8 months ago
- e3ecce6 Make platform_bootclasspath a singleton module by Paul Duffin · 4 years, 8 months ago
- f7a5592 Move dumpOatRules to platform_bootclasspath by Paul Duffin · 4 years, 9 months ago
- 4c09442 Move generateUpdatableBcpPackagesRule to platform_bootclasspath by Paul Duffin · 4 years, 9 months ago
- 01b463b Differentiate between art, non-updatable and updatable modules by Paul Duffin · 4 years, 9 months ago
- 9bacf56 Extract logic to gather deps added for <apex>:<module> pairs by Paul Duffin · 4 years, 8 months ago
- 110b0ad Treat "apex" system_ext the same as platform by Paul Duffin · 4 years, 9 months ago
- 895c714 Add stub_libs properties to bootclasspath_fragment snapshot by Paul Duffin · 4 years, 9 months ago
- 1093158 Add support for specifying api provided by bootclasspath_fragment by Paul Duffin · 4 years, 9 months ago
- b75031e Merge "Replace source based system server stubs" by Andrei-Valentin Onea · 4 years, 8 months ago
- 8d817b7 Merge "Extract IsModuleInVersionedSdk" by Paul Duffin · 4 years, 8 months ago
- 44d1594 Extract generateUpdatableBcpPackagesRule from updatableBcpPackagesRule by Paul Duffin · 4 years, 9 months ago
- 2ac45f0 Remove special handling of frameworks/base/config/boot-profile.txt by Paul Duffin · 4 years, 9 months ago
- ad19d38 Move bootFrameworkProfileRule to platform_bootclasspath by Paul Duffin · 4 years, 9 months ago
- 0c2e083 Extract IsModuleInVersionedSdk by Paul Duffin · 4 years, 9 months ago
- 976b0e5 Automatically export bootclasspath_fragment stubs from sdk by Paul Duffin · 4 years, 9 months ago
- eee466e Pass module to SdkMemberTypeDependencyTag.SdkMemberType by Paul Duffin · 4 years, 9 months ago
- 5861242 Extract default image specific logic from buildBootImage by Paul Duffin · 4 years, 9 months ago
- 57e2e7d Simplify missing deps handling in buildBootImage by Paul Duffin · 4 years, 9 months ago
- 81667c8 Remove panics from reportMissingVariationDependency by Paul Duffin · 4 years, 9 months ago
- bdae1e5 Merge "Drop DexPreoptImages field in dexpreopt config" by Treehugger Robot · 4 years, 9 months ago
- 2dc665b bootclasspath_fragment: Always output contents property in snapshot by Paul Duffin · 4 years, 9 months ago
- e95b53a Automatically add bootclasspath_fragment contents to sdk by Paul Duffin · 4 years, 9 months ago
- ba6afd0 Allow contents and image_name to be specified together by Paul Duffin · 6 years ago
- 2da0424 Extract java SdkMemberType instances as vars by Paul Duffin · 4 years, 9 months ago
- c7d1644 Add coverage specific properties to bootclasspath_fragment by Paul Duffin · 4 years, 9 months ago
- 46e4a9e Merge "Delegate retrieval of dex boot jar for apex to the bootclasspath_fragment" by Paul Duffin · 4 years, 9 months ago
- 71c8469 Merge "Rename BootImageInfo to BootclasspathFragmentApexContentInfo" by Paul Duffin · 4 years, 9 months ago
- 00b47c4 Merge "Remove unused setting of BootImageInfo for platform_bootclasspath" by Paul Duffin · 4 years, 9 months ago
- b19b58a Drop DexPreoptImages field in dexpreopt config by Jeongik Cha · 4 years, 9 months ago
- 190fdef Delegate retrieval of dex boot jar for apex to the bootclasspath_fragment by Paul Duffin · 4 years, 9 months ago
- e946b32 Rename BootImageInfo to BootclasspathFragmentApexContentInfo by Paul Duffin · 4 years, 9 months ago
- fa64af9 Merge "profman: Clean up output profile type options." by Vladimir Marko · 4 years, 9 months ago
- f13e07e Remove unused setting of BootImageInfo for platform_bootclasspath by Paul Duffin · 4 years, 9 months ago
- a720811 Allow exporting of sdk members to be done per tag by Paul Duffin · 4 years, 9 months ago
- df160eb Remove unused boot_image module type, prebuilt and sdk member type by Paul Duffin · 4 years, 9 months ago
- 7771eba Rename BootImageModule to BootclasspathFragmentModule by Paul Duffin · 4 years, 9 months ago
- d5f8421 Merge changes Ic32f02a6,Ibe358542 by Paul Duffin · 4 years, 9 months ago
- 8811dcb Merge "Fix minor issues in updatability lint CLs." by Jaewoong Jung · 4 years, 9 months ago
- fbe3a73 Merge "Extract general bootclasspath related code into java/bootclasspath.go" by Paul Duffin · 4 years, 9 months ago
- 784ad87 Merge "Don't plumb PRODUCT_*_CLASSPATH vars to make." by Treehugger Robot · 4 years, 9 months ago
- 230bd42 profman: Clean up output profile type options. by Vladimir Marko · 4 years, 9 months ago
- 023dba0 Add exported_bootclasspath_fragments to prebuilt_apex/apex_set by Paul Duffin · 4 years, 9 months ago
- 36187b2 Export classesJars initialized in hiddenAPIExtractInformation by Paul Duffin · 4 years, 9 months ago
- b67d878 Extract general bootclasspath related code into java/bootclasspath.go by Paul Duffin · 4 years, 9 months ago
- 4994d26 Generalize the platformBootclasspathDepsMutator by Paul Duffin · 4 years, 9 months ago
- a369377 Merge "Expose "full" dexpreopt.config" by Treehugger Robot · 4 years, 9 months ago
- 3c87b1d Fix minor issues in updatability lint CLs. by Jaewoong Jung · 4 years, 9 months ago
- 0f28a51 Merge "bootclasspath_fragment: Add hidden API flag files to snapshot" by Paul Duffin · 4 years, 9 months ago
- 6e0a62b Merge "bootclasspath_fragment: Add contents to snapshot" by Paul Duffin · 4 years, 9 months ago
- c69bfdd Merge "Workaround build failure in coverage build" by Paul Duffin · 4 years, 9 months ago
- a9dd6fa Workaround build failure in coverage build by Paul Duffin · 4 years, 9 months ago
- d6599f5 Merge changes Ia74a2b83,I30a46c8f,Iac7c0149 by Jaewoong Jung · 4 years, 9 months ago
- 57d13c6 Merge "Move monolithic stub flags generation to platform_bootclasspath" by Paul Duffin · 4 years, 9 months ago
- d631512 Merge "Extract common stub flags code" by Paul Duffin · 4 years, 9 months ago
- 7cbdf81 Merge changes I67589bcc,Ibcfae390 by Paul Duffin · 4 years, 9 months ago
- 74431d5 Move monolithic stub flags generation to platform_bootclasspath by Paul Duffin · 4 years, 9 months ago
- 3e7fcc3 Extract common stub flags code by Paul Duffin · 4 years, 9 months ago
- 24eac47 Merge "Add new stub_only_static_libs attr for sdk_library" by Anton Hansson · 4 years, 9 months ago
- a34bee0 Don't plumb PRODUCT_*_CLASSPATH vars to make. by Artur Satayev · 4 years, 9 months ago
- dae54cd Add new stub_only_static_libs attr for sdk_library by Anton Hansson · 4 years, 9 months ago
- dac4517 Merge "Add various test files as testSrcs, so that they run on CI." by Rupert Shuttleworth · 4 years, 9 months ago
- 48de883 Add lint.strict_updatability_linting by Jaewoong Jung · 4 years, 9 months ago
- 11623b6 Move Java lint tests to lint_test.go by Jaewoong Jung · 4 years, 9 months ago
- 79e6f6b Forbid bypassing updatability lint checks. by Jaewoong Jung · 4 years, 9 months ago
- 7c95555 bootclasspath_fragment: Add hidden API flag files to snapshot by Paul Duffin · 4 years, 9 months ago
- a57835e bootclasspath_fragment: Add contents to snapshot by Paul Duffin · 4 years, 9 months ago
- d3c1513 Add tempPathForRestat to improve consistency by Paul Duffin · 4 years, 9 months ago
- 6589805 bootclasspath_fragment must only depend on source contents by Paul Duffin · 4 years, 9 months ago
- eaa432d Merge "Skip initHiddenAPI check of prebuilt's boot dex jar for APEX modules" by Paul Duffin · 4 years, 9 months ago
- b7e3076 Add various test files as testSrcs, so that they run on CI. by Rupert Shuttleworth · 4 years, 9 months ago
- 894546d Skip initHiddenAPI check of prebuilt's boot dex jar for APEX modules by Paul Duffin · 4 years, 9 months ago
- cc17bfe Rename propertyAccessor to propertyValueReader by Paul Duffin · 4 years, 9 months ago
- cbb3825 Merge changes Ibdeb2e5a,I520a5af4,I0db32bec,Id3ab0f3b by Jaewoong Jung · 4 years, 9 months ago
- 5a42025 Rename lint-project-xml.py to remove dashes. by Jaewoong Jung · 4 years, 9 months ago
- 42030ea Merge "platform_bootclasspath: aggregate hidden API flag files from fragments" by Paul Duffin · 4 years, 9 months ago
- cb5d208 Merge "java_sdk_library: Make dex stub jars available for hiddenapi" by Paul Duffin · 4 years, 9 months ago
- f8d9c49 Reland: Add jni_libs property to java tests by Colin Cross · 5 years ago
- 302c5b8 Extract getBaselineFilepath method. by Jaewoong Jung · 4 years, 9 months ago
- b5fa264 Merge changes Iefe133ce,I893f3dd0,I604a11c9 by Colin Cross · 4 years, 9 months ago