summaryrefslogtreecommitdiff
path: root/java/sdk_library_test.go
AgeCommit message (Expand)Author
2024-04-10java_sdk_library: Use WriteFileRule for writing permissions.xml Paul Duffin
2024-03-28Ensure java level inter partition dependency with VNDK deprecation. Kiyoung Kim
2024-03-20droidstubs depend on the combined last api filegroup modules Jihoon Kang
2024-03-20Modify dist artifact dependency to respect the RELEASE_HIDDEN_API_EXPORTABLE_... Jihoon Kang
2024-02-06Mechanism to select a specific version of java_sdk_library_import Spandan Das
2024-02-03Do not replace the direct edge between rdeps and java_sdk_library Spandan Das
2024-01-12Enable hiddenapi check for exportable stubs Jihoon Kang
2024-01-08Generate "exportable" stubs library in java_sdk_library Jihoon Kang
2023-12-19Use the correct prof file when multiple prebuilt apexes exist Spandan Das
2023-12-14Convert ModuleProvder to generic providers API Colin Cross
2023-11-27Add the ability for a java_sdk_library to depend on another. Jamie Garside
2023-11-08Special-case java_sdk_library in source vs prebuilt selection Spandan Das
2023-10-23SdkTestCore for non-updatable modules Mark White
2023-09-18Create java_api_contribution_import from sdk_library_import Jihoon Kang
2023-09-07Modify static lib stub library visiblity Jihoon Kang
2023-08-14Stop sdk_library generated api_library to depend on full surface api_library Jihoon Kang
2023-06-29Extract class files from dep_api_srcs instead of java files Jihoon Kang
2023-06-15Dynamically link static libs for sdk_library created java_library Jihoon Kang
2023-05-19Generate java_api_library from java_sdk_library Jihoon Kang
2023-02-07Call hook in java_sdk_library after droidstubs generation Jihoon Kang
2022-11-21Propagate stub_only_libs to the invocation generating stub sources Nikita Ioffe
2022-10-05Allow sdk_version: "system_server_current" modules to access module-lib APIs Paul Duffin
2022-09-28java_sdk_library_import: Copy all prebuilt properties to child modules Paul Duffin
2022-05-16Add custom java_sdk_library info to the SDK info file Paul Duffin
2022-02-11Pass shared library updatability attributes as strings Pedro Loureiro
2022-01-11Add new property "exclude_files_in_output" for excluding files from the outpu... Wei Li
2022-01-06Rename updatable-library to apex-library Pedro Loureiro
2021-12-08Perform CheckMinSdkVersion for java_sdk_library. satayev
2021-11-24Fix attribute names in generated permissions.xml Pedro Loureiro
2021-11-24Perform validation of shared library attributes Pedro Loureiro
2021-11-24Add support for new permissions library tag attributes Pedro Loureiro
2021-09-22Add annotations.zip support to java_sdk_library Anton Hansson
2021-09-15Preopt APEX system server jars from prebuilts. Jiakai Zhang
2021-08-18Propagate <uses-library> dependencies from `java_library` to apps. Ulya Trafimovich
2021-08-13Fix the way manifest fixer detects optional <uses-library> entries. Ulya Trafimovich
2021-06-27Add sdk_library_test.go to Android.bp file Paul Duffin
2021-06-23Remove duplicate component from sdk snapshot Paul Duffin
2021-06-02Don't use unsafe_ignore_missing_latest_api in TestJavaSdkLibraryDist Colin Cross
2021-06-02Remove core_lib property from java_sdk_library Colin Cross
2021-06-02Ignore owner property when computing java_sdk_library dist subdirectory Colin Cross
2021-06-02Make the default java_sdk_library dist_group "unknown" Colin Cross
2021-06-01Support dist_group property instead of owner for setting sdk dist subdirectory Colin Cross
2021-06-01Add test for java_sdk_library dist properties Colin Cross
2021-06-01Move java_sdk_library tests to sdk_library_test.go Colin Cross