summaryrefslogtreecommitdiff
path: root/java/sdk.go
AgeCommit message (Expand)Author
2023-04-03Create core-lambda-stubs from .txt files Spandan Das
2023-03-30Rename core stubs to .txt stubs if applicable Spandan Das
2023-03-20Cleanup hardcoded references to android_*stubs_current Spandan Das
2023-03-08Merge "Correct SDK version for Java 17" Sorin Basca
2023-03-07Incorporate Bazel-built fingerprint file into mixed builds Zi Wang
2023-03-03Correct SDK version for Java 17 Sorin Basca
2023-02-15Reland^2 "Target Java 17" Sorin Basca
2023-02-14Revert "Reland "Target Java 17"" Julien Desprez
2023-02-03Reland "Target Java 17" Sorin Basca
2023-02-02Revert "Target Java 17" Sorin Basca
2023-01-11Target Java 17 Sorin Basca
2022-05-24Add experimental option to target Java 17 Sorin Basca
2022-01-24Revert^2: "Setting Java 11 as the default version" Sorin Basca
2022-01-20Revert "Setting Java 11 as the default version" Sorin Basca
2022-01-18Setting Java 11 as the default version Sorin Basca
2021-12-20Adding option to include sources only for Java 11 builds Sorin Basca
2021-12-07Adding experimental option to target Java 11 Sorin Basca
2021-11-03Dedup logic for selecting system modules Paul Duffin
2021-11-03Rename core-current-stubs-system-modules to be more consistent Paul Duffin
2021-11-01Use module-lib system modules when building from prebuilts Paul Duffin
2021-11-01Make prebuilt_api test environment realistic Paul Duffin
2021-10-29Use toModule for all "standard" API surfaces Paul Duffin
2021-10-08Update reference to merged services txt Anton Hansson
2021-06-29"module_current" and "system_server_current" should contain ART's @SystemApi(... Victor Chang
2021-04-28Merge "Replace source based system server stubs" Andrei-Valentin Onea
2021-04-21Add tempPathForRestat to improve consistency Paul Duffin
2021-04-08SdkSpec is fully using ApiLevel Jiyong Park
2021-04-05SdkSpec = Scope + ApiLevel Jiyong Park
2021-04-03Move java.sdkSpec to the android package Jiyong Park
2021-03-17Replace source based system server stubs Andrei Onea
2021-02-15Merge "Fix api_fingerprint.txt generation" Anton Hansson
2021-02-11Fix api_fingerprint.txt generation Anton Hansson
2021-02-09Convert java.Dependency to JavaInfo provider Colin Cross
2020-12-22Remove unnecessary snake case variables. Jaewoong Jung
2020-12-01Pass pctx and ctx to NewRuleBuilder Colin Cross
2020-09-30Add support for using sdk_version: "module_<ver>" Paul Duffin
2020-09-22Convert more versions in config to ApiLevel. Dan Albert
2020-09-22Replace FutureApiLevel with an ApiLevel. Dan Albert
2020-09-22Replace ApiStrToNum uses with ApiLevel. Dan Albert
2020-08-27Introduce BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES Jeongik Cha
2020-08-11Remove obsolete PDK build functionality Dan Willemsen
2020-08-07Introduce AlwaysUsePrebuiltSdks Jeongik Cha
2020-07-28Inclusive fix: Replace sanity to validation in java/sdk.go Patrice Arruda
2020-07-23Enforce the legacy core/platform API restriction. Pete Gillin
2020-07-06Merge "Tidy up the definition of sdkCore." Treehugger Robot
2020-07-01Merge "Rename module -> module-lib" Treehugger Robot
2020-07-01Tidy up the definition of sdkCore. Pete Gillin
2020-07-01Remove frameworkResModule from sdkCorePlatform. Pete Gillin
2020-07-01Remove the concept of useDefaultLibs from Soong. Pete Gillin
2020-06-17Rename module -> module-lib Jiyong Park