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