aboutsummaryrefslogtreecommitdiff
path: root/android/prebuilt.go
AgeCommit message (Expand)Author
2022-09-29[automerge] java_sdk_library_import: Copy all prebuilt properties to child mo...Paul Duffin
2022-09-29java_sdk_library_import: Copy all prebuilt properties to child modulesPaul Duffin
2022-06-07Enable Mixed Builds for Prebuilt LibraryTrevor Radcliffe
2022-01-12Fix genrule tool dependencies when a prebuilt tool is preferred.Martin Stjernholm
2022-01-08Use Module.GetProperties() instead of ModuleBase.generalPropertiesUsta
2022-01-04Remove customizableProperties from `android.ModuleBase`Usta
2021-11-24Fix prebuilt selection logic for cc_prebuilt_library_headers.Martin Stjernholm
2021-09-14Improve the error when srcs field has the wrong type.Martin Stjernholm
2021-07-14Choose prebuilt or source via an Soong config variablePaul Duffin
2021-06-24Make prebuilt properties customizableLiz Kammer
2021-04-28Add GetEmbeddedPrebuilt and IsModulePrebuiltPaul Duffin
2021-04-14Make sure prebuilt modules are exported before attempting to use themLuK1337
2021-04-07Stop deapexer module type from being treated as a prebuiltPaul Duffin
2021-04-06Add PrebuiltNameFromSourcePaul Duffin
2021-04-06Add IsModulePreferredPaul Duffin
2021-03-23Remove obsolete comment on PrebuiltPostDepsMutatorJaewoong Jung
2021-03-01Remove deapexer and prebuilt apex select mutatorsPaul Duffin
2020-12-17Call ctx.InstallFile for uninstallable cc modulesColin Cross
2020-12-11Add RemoveOptionalPrebuiltPrefix() helper functionPaul Duffin
2020-12-08Prebuilt is enabled even if the source one is not.Jaewoong Jung
2020-12-04No matching variant android_app_import fixJaewoong Jung
2020-10-13Support asan/hwasan versions of prebuilts.Evgenii Stepanov
2020-09-10Add hidden_api for java_importLiz Kammer
2020-07-15Do not consider disabled prebuilt variants.Martin Stjernholm
2020-07-15Revert "Do not consider disabled prebuilt variants."Charles Chen
2020-07-10Do not consider disabled prebuilt variants.Martin Stjernholm
2020-07-08Restrict replacements of source dependencies with prebuiltsPaul Duffin
2020-05-28Fall back to the source module for variants that the correspondingMartin Stjernholm
2020-05-13java_sdk_library_import: Propagate prefer to child modulesPaul Duffin
2020-04-08Ignore PrebuiltDepTag when processing APEX contentsPaul Duffin
2020-03-16Refactor prebuilt to use srcs supplier functionPaul Duffin
2020-02-05java_sdk_library - Use prebuilt/prefer for unbundled app buildsPaul Duffin
2020-01-15Exclude source->prebuilt deps from visibility enforcementPaul Duffin
2019-12-19Dedup prebuilt mutator registrationPaul Duffin
2019-07-31Merge "Delete prebuilt APEXes when installing source-built APEXes" am: a82225...Jiyong Park
2019-07-30Delete prebuilt APEXes when installing source-built APEXesJiyong Park
2019-07-11Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to trueJiyong Park
2019-07-10resolve merge conflicts of c40949db97ad14085d2f64a6ec1fd5f99544be69 to qt-dev...Jaewoong Jung
2019-07-09Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to trueJiyong Park
2019-07-09Improve android_app_import.dpi_variants handling.Jaewoong Jung
2019-07-07Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to trueJiyong Park
2019-05-07Implement DPI variants in android_app_import.Jaewoong Jung
2019-04-29Prebuilt APEXes are recoreded in apexkeys.txtJiyong Park
2019-04-23Prebuilt APEXes are recoreded in apexkeys.txtJiyong Park
2019-03-28Add prebuilt_apex.Jaewoong Jung
2019-03-20Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross
2019-03-07Annotate paths and deprecate ExtractSource(s)DepsColin Cross
2018-04-18Fix few issues with filegroupsPirama Arumuga Nainar
2018-01-02Add VisitDirectDepsWithTagColin Cross
2017-11-07Change bool, and string properties to *bool, and *string for ccNan Zhang