Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build_soong
/
00c144f930629dd2a14af74d68fc5c047ff74d8f
/
java
/
sdk_library.go
e77fccc
Add a better error message for missing api files
by Anton Hansson
· 5 years ago
e605615
Remove Ignore_missing_latest_api
by Anton Hansson
· 5 years ago
591920f
Merge "Stop allowing missing last-api files by default"
by Anton Hansson
· 5 years ago
e87b03d
Set previous_api correctly for java_sdk_library
by Anton Hansson
· 5 years ago
0615864
Stop allowing missing last-api files by default
by Anton Hansson
· 5 years ago
74c8436
Merge "Add attribute to disable last-api compat tracking"
by Anton Hansson
· 5 years ago
18aefc1
Remove unnecessary snake case variables.
by Jaewoong Jung
· 5 years ago
b630c37
Merge changes I6a512209,I56437f26
by Ulyana Trafimovich
· 5 years ago
dff2c78
Add attribute to disable last-api compat tracking
by Anton Hansson
· 5 years ago
dbf3166
Move ClassLoaderContexts() method to UsesLibraryDependency interface.
by Ulya Trafimovich
· 5 years ago
45bf82e
Assert android.ApexModule interface for types having ApexModuleBase
by Jiyong Park
· 5 years ago
f1a035e
Pass pctx and ctx to NewRuleBuilder
by Colin Cross
· 5 years ago
040e906
java_sdk_library: Copy removed API specification file to dist
by Paul Duffin
· 5 years ago
af07f73
Merge "Assume any <uses-library> is shared, add only toplevel ones to manifest."
by Ulyana Trafimovich
· 5 years ago
78a7155
Assume any <uses-library> is shared, add only toplevel ones to manifest.
by Ulya Trafimovich
· 5 years ago
3131025
java_sdk_library: Allow dist artifacts to be named
by Paul Duffin
· 5 years ago
05c2f3e
Merge "java_sdk_library: Stop disabling copy to dist when sdk_version: none"
by Paul Duffin
· 5 years ago
de6df73
Merge "java_sdk_library: Allow no_dist to be explicitly set in .bp file"
by Paul Duffin
· 5 years ago
defa940
Merge "java_sdk_library: Remove unused SetNoDist method"
by Paul Duffin
· 5 years ago
3aef8d2
java_sdk_library: Stop disabling copy to dist when sdk_version: none
by Paul Duffin
· 5 years ago
4f5c1ef
java_sdk_library: Allow no_dist to be explicitly set in .bp file
by Paul Duffin
· 5 years ago
e3ecd6c
java_sdk_library: Remove unused SetNoDist method
by Paul Duffin
· 5 years ago
ab5ac8f
Revert "Use glob for java_sdk_library_import stub_srcs"
by Paul Duffin
· 5 years ago
d8d8e72
Merge changes Iebfbf2ff,Ibd974268
by Ulyana Trafimovich
· 5 years ago
a8c28e2
Do not add dependencies of shared SDK libraries to manifest_fixer.
by Ulya Trafimovich
· 5 years ago
7f97957
Use glob for java_sdk_library_import stub_srcs
by Paul Duffin
· 5 years ago
4fe970f
Make test api extend system in sdk_library.go
by Anton Hansson
· 5 years ago
858a8ca
Merge "Add a Impl_only_libs prop for sdk_library"
by Anton Hansson
· 5 years ago
7f66efa
Add a Impl_only_libs prop for sdk_library
by Anton Hansson
· 5 years ago
43159bd
Merge "Remove global state from apex modules"
by Colin Cross
· 5 years ago
9f701fa
Merge changes from topic "uses-libs-24"
by Ulyana Trafimovich
· 5 years ago
56a8321
Remove global state from apex modules
by Colin Cross
· 5 years ago
39b437b
Add dependency on implementation <uses-library> for modules that depend on component libraries.
by Ulya Trafimovich
· 5 years ago
a2ae7e0
Allow java_sdk_library to specify doctags_files
by Paul Duffin
· 5 years ago
6877e6d
Output Javadoc comments for public API
by Paul Duffin
· 5 years ago
c806053
Replace ApiStrToNum uses with ApiLevel.
by Dan Albert
· 5 years ago
ee9ad5d
Remove framework-modules naming scheme
by Paul Duffin
· 5 years ago
3652018
Merge "Change sdk_library child visibility semantics"
by Anton Hansson
· 5 years ago
e0b81e4
Merge "java_sdk_library: Add annotations_enabled property"
by Anton Hansson
· 5 years ago
e22c2ab
java_sdk_library: Add annotations_enabled property
by Paul Duffin
· 6 years ago
944e77d
Change sdk_library child visibility semantics
by Anton Hansson
· 5 years ago
0703fd8
apex: support prebuilt_firmware for vendor apexes
by Jooyung Han
· 5 years ago
f5a2b8a
Merge "Remove duplicated use of UsesLibraryDependency"
by Treehugger Robot
· 5 years ago
68bfe07
Merge "Reland: Deduplicate APEX variants that would build identically"
by Treehugger Robot
· 5 years ago
9b7ecd7
Remove duplicated use of UsesLibraryDependency
by Liz Kammer
· 5 years ago
9ce2221
Merge "Collect paths to transitive SDK Java library dependencies."
by Ulyana Trafimovich
· 5 years ago
aede88c
Reland: Deduplicate APEX variants that would build identically
by Colin Cross
· 5 years ago
31e444e
Collect paths to transitive SDK Java library dependencies.
by Ulya Trafimovich
· 5 years ago
0c7b26e
Revert "Deduplicate APEX variants that would build identically"
by Pete Bentley
· 5 years ago
d6b2525
Deduplicate APEX variants that would build identically
by Colin Cross
· 5 years ago
e07f231
Rename ApexName to ApexVariationName
by Colin Cross
· 5 years ago
9f43597
Remove obsolete PDK build functionality
by Dan Willemsen
· 6 years ago
6df3372
Merge "Introduce AlwaysUsePrebuiltSdks"
by Jeongik Cha
· 5 years ago
816a23a
Introduce AlwaysUsePrebuiltSdks
by Jeongik Cha
· 6 years ago
a7a64f3
Refactor java compileDex
by Liz Kammer
· 6 years ago
08dca38
Build transitive lint reports for apex modules
by Colin Cross
· 5 years ago
15f34ef
Generate module lib API and scope together
by Paul Duffin
· 5 years ago
d92d515
Proper API hierarchy between MODULE_LIBS and PRIV_APPS system APIs
by Makoto Onuki
· 6 years ago
80342d7
Restrict replacements of source dependencies with prebuilts
by Paul Duffin
· 6 years ago
44f1d84
Stop java_sdk_library_import from depending on source modules
by Paul Duffin
· 6 years ago
a2058f8
Apply hiddenapi encoding to java_sdk_library .impl
by Paul Duffin
· 6 years ago
749dc69
apex/apk: enforce min_sdk_version of all deps
by Jooyung Han
· 6 years ago
ea34d87
Merge "Fix build breakages when WITHOUT_CHECK_API=true"
by Treehugger Robot
· 6 years ago
10269f1
Fix build breakages when WITHOUT_CHECK_API=true
by Paul Duffin
· 6 years ago
3475305
Merge "java_sdk_library: Require xml permission file only if it is generated"
by Yo Chiang
· 6 years ago
296cf33
Instrument the java_sdk_library implementation library
by Paul Duffin
· 6 years ago
a553358
Merge "Add support for running Android lint on java and android modules."
by Colin Cross
· 6 years ago
d7ffbb5
Merge "Consolidate adding common java properties"
by Treehugger Robot
· 6 years ago
44b481b
Fix check-boot-jars when a boot jar is provided by prebuilt
by Paul Duffin
· 6 years ago
014489c
Add support for running Android lint on java and android modules.
by Colin Cross
· 6 years ago
07d7507
java_sdk_library: Require xml permission file only if it is generated
by Yo Chiang
· 6 years ago
ce6734e
Consolidate adding common java properties
by Colin Cross
· 6 years ago
eedc5d5
Let APEX build against preferred java_sdk_library_import
by Paul Duffin
· 6 years ago
0c5bae5
java_sdk_library: Add system-server scope
by Paul Duffin
· 6 years ago
2d0c194
Correct link type for module stubs
by Anton Hansson
· 6 years ago
83509b5
Build java_sdk_library stubs with language level 8
by Anton Hansson
· 6 years ago
3dbf9fd
Copy removed.txt file to the snapshot correctly
by Paul Duffin
· 6 years ago
ad43500
Merge "java_sdk_library: Propagate shared_library to snapshot"
by Treehugger Robot
· 6 years ago
d7eb1c2
java_sdk_library: Propagate shared_library to snapshot
by Paul Duffin
· 6 years ago
932cdfe
Add default_to_stubs option to java_sdk_library
by Jiyong Park
· 6 years ago
5df7930
java_sdk_library: Create separate impl library
by Paul Duffin
· 6 years ago
9b87959
java_sdk_library: Expose implementation within APEX
by Paul Duffin
· 6 years ago
daaa332
java_sdk_library: Only expose impl jars when they are built
by Paul Duffin
· 6 years ago
c91f5d0
java_sdk_library: Simplify SdkLibrary.sdkJars
by Paul Duffin
· 6 years ago
dfa131e
java_sdk_library: Control shared library use
by Paul Duffin
· 6 years ago
859fe96
Improve tracking of exported sdk libraries
by Paul Duffin
· 6 years ago
23970f4
java_sdk_library: Do not expose stubs implementation jar
by Paul Duffin
· 6 years ago
46dc45a
java_sdk_library: Access outputs using tags
by Paul Duffin
· 6 years ago
0f8faff
java_sdk_library: Improve consistency with ..._import
by Paul Duffin
· 6 years ago
803a956
java_sdk_library: Add redirection to module-lib stubs
by Paul Duffin
· 6 years ago
b05d429
java_sdk_library: Extract common stubs redirect code
by Paul Duffin
· 6 years ago
a18abc2
java_sdk_library: Remove unnecessary qualification of fields
by Paul Duffin
· 6 years ago
1dbe3ca
Remove unnecessary copying of common properties
by Paul Duffin
· 6 years ago
6b836ba
Correct module_lib scope name
by Paul Duffin
· 6 years ago
f7a6433
java_sdk_library: Propagate naming_scheme to snapshot
by Paul Duffin
· 6 years ago
38b5785
java_sdk_library_import: Propagate prefer to child modules
by Paul Duffin
· 6 years ago
87a05a3
java_sdk_library: Add sdk_version for API scopes
by Paul Duffin
· 6 years ago
6c9c5fc
java_sdk_library: Add framework-modules naming scheme
by Paul Duffin
· 6 years ago
dd9d074
java_sdk_library: Remove some almost single use constants
by Paul Duffin
· 6 years ago
1b1e806
java_sdk_library: Delegate component module to naming scheme
by Paul Duffin
· 6 years ago
Next »