Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build_soong
/
bd7f9485074f026eae57c09f968e703fb91f193f
/
sdk
d7eb1c2
java_sdk_library: Propagate shared_library to snapshot
by Paul Duffin
· 5 years ago
6b3ca91
Merge "Syntax check generated Android.bp snapshot"
by Paul Duffin
· 5 years ago
e3fa145
Merge "Fix special case when appending a visibility rule to //visibility:private."
by Treehugger Robot
· 5 years ago
08f72a9
Merge changes I404f6e5c,I0d2d86f0
by Martin Stjernholm
· 5 years ago
64aeaad
Fix special case when appending a visibility rule to //visibility:private.
by Martin Stjernholm
· 5 years ago
0641d18
Add explicit visibility on the self package in EffectiveVisibilityRules.
by Martin Stjernholm
· 5 years ago
01407c5
Don't print :__pkg__ for package rules, since that's the default.
by Martin Stjernholm
· 5 years ago
6b836ba
Correct module_lib scope name
by Paul Duffin
· 5 years ago
f7a6433
java_sdk_library: Propagate naming_scheme to snapshot
by Paul Duffin
· 5 years ago
87a05a3
java_sdk_library: Add sdk_version for API scopes
by Paul Duffin
· 5 years ago
0ff08bd
java_sdk_library: Allow separate api/stubs source modules
by Paul Duffin
· 5 years ago
780c5f4
java_sdk_library: Preserve sdk_version: "none" in snapshot
by Paul Duffin
· 5 years ago
f88d8e0
Syntax check generated Android.bp snapshot
by Paul Duffin
· 5 years ago
1110827
Defer \n quoting generatedContents until creating the ninja rule
by Paul Duffin
· 5 years ago
9f10bbf
Merge "java_sdk_library: Specify visibility of stubs modules"
by Paul Duffin
· 5 years ago
7a1f7f3
Retry: Fix snapshot of a host/device cc_library with stubs
by Paul Duffin
· 5 years ago
c459f89
Retry: Adds support for 'ignored-on-host'
by Paul Duffin
· 5 years ago
864e1b4
Retry: Detect invalid arch specific properties in snapshot
by Paul Duffin
· 5 years ago
a71fe15
Merge changes from topic "revert-1302576-NGVCIVIIJO"
by Greg Kaiser
· 5 years ago
e509447
Revert "Detect invalid arch specific properties in snapshot"
by Greg Kaiser
· 5 years ago
e08e03f
Revert "Adds support for 'ignored-on-host'"
by Greg Kaiser
· 5 years ago
ad913d5
Revert "Fix snapshot of a host/device cc_library with stubs"
by Greg Kaiser
· 5 years ago
4911a89
java_sdk_library: Specify visibility of stubs modules
by Paul Duffin
· 5 years ago
8f265b9
java_sdk_library: Add support for module_lib API surface
by Paul Duffin
· 5 years ago
3375e35
java_sdk_library: Control API surfaces generated
by Paul Duffin
· 5 years ago
2af5238
Fix snapshot of a host/device cc_library with stubs
by Paul Duffin
· 5 years ago
12f67bc
Adds support for 'ignored-on-host'
by Paul Duffin
· 5 years ago
ee20962
Detect invalid arch specific properties in snapshot
by Paul Duffin
· 5 years ago
4b8b793
Allow extractCommonProperties to return an error
by Paul Duffin
· 5 years ago
1d6c0df
Correct order of parameters to AssertDeepEquals
by Paul Duffin
· 5 years ago
b28369a
Encapsulate getter into an extractorProperty structure
by Paul Duffin
· 5 years ago
f34f6d8
Encapsulate properties to be optimized in a container
by Paul Duffin
· 5 years ago
260bd31
Fix definition of android_stubs_current in sdk tests
by Paul Duffin
· 5 years ago
cc330d6
Do not propagate dynamic dependencies for stub libs.
by Martin Stjernholm
· 5 years ago
1fd005d
Export API files as part of the java_sdk_library
by Paul Duffin
· 6 years ago
3d1248c
Export stub sources as part of the java_sdk_library
by Paul Duffin
· 6 years ago
dd46f71
Support java_sdk_library as member of sdk
by Paul Duffin
· 6 years ago
6534770
Stop requiring apex_available on java_library members of sdks
by Paul Duffin
· 6 years ago
2010598
Merge "Extract DepIsInSameApex and RequiredSdks interfaces"
by Paul Duffin
· 6 years ago
923e8a5
Extract DepIsInSameApex and RequiredSdks interfaces
by Paul Duffin
· 6 years ago
bdd0dff
Do not propagate the stub symbol file to prebuilts.
by Martin Stjernholm
· 6 years ago
c5dd4f7
Propagate stubs to the SDK for libraries that have them.
by Martin Stjernholm
· 6 years ago
66a0694
Don't run new test on Darwin that lacks snapshot support.
by Martin Stjernholm
· 6 years ago
10566a0
Propagate empty vs unspecified system_shared_libs correctly.
by Martin Stjernholm
· 6 years ago
7b5f1a6
Use reflect.Zero(type) to get value to clear field
by Paul Duffin
· 6 years ago
6a7e953
Sdk snapshot set compile_multilib per OsType
by Paul Duffin
· 6 years ago
495ffb9
Remove old SdkMemberType API for creating snapshot modules
by Paul Duffin
· 6 years ago
a551a1c
Improve consistency of handling java snapshot properties
by Paul Duffin
· 6 years ago
3a4eb50
Make new module creation API more flexible
by Paul Duffin
· 6 years ago
9c3760e
Add abstraction for tracking compile multilib usages
by Paul Duffin
· 6 years ago
9b76c0b
Add support for using cc_library in sdk/module_exports
by Paul Duffin
· 6 years ago
cd07bce
Add SDK member support for cc_object.
by Martin Stjernholm
· 6 years ago
00e4680
Extract the osTypeSpecificInfo code from module creation loop
by Paul Duffin
· 6 years ago
fc8dd23
Extract archTypeSpecificInfo code from module creation loop
by Paul Duffin
· 6 years ago
b44b33a
Clean up the main module creation loop
by Paul Duffin
· 6 years ago
843f097
Merge "Output properties before sets in snapshot module"
by Paul Duffin
· 6 years ago
2c73260
Merge "Remove SdkMemberType.FinalizeModule"
by Paul Duffin
· 6 years ago
07ef3cb
Output properties before sets in snapshot module
by Paul Duffin
· 6 years ago
0174d8d
Remove SdkMemberType.FinalizeModule
by Paul Duffin
· 6 years ago
7f7bb3f
Follow up a review comment that was missed
by Paul Duffin
· 6 years ago
13f0271
Copy shared_libs and system_shared_libs to module snapshot
by Paul Duffin
· 6 years ago
b07fa51
Support extracting common values from embedded structures
by Paul Duffin
· 6 years ago
c097e36
Refactor common value extraction
by Paul Duffin
· 6 years ago
7d74e7b
Copy white listed apex available settings into snapshot
by Paul Duffin
· 6 years ago
0cb37b9
Disable installation for sdk snapshot versioned prebuilts
by Paul Duffin
· 6 years ago
4c8e350
Merge "Fix apex_available"
by Jooyung Han
· 6 years ago
5e9013b
Fix apex_available
by Jooyung Han
· 6 years ago
865171e
Allow sdk members to vary by os type
by Paul Duffin
· 6 years ago
a04c107
Add support for multiple os types
by Paul Duffin
· 6 years ago
71754bf
Merge "Copy sdk_version to cc library snapshots"
by Paul Duffin
· 6 years ago
a377311
Merge "Refactor java_library/java_test snapshot processing"
by Treehugger Robot
· 6 years ago
0c394f3
Copy sdk_version to cc library snapshots
by Paul Duffin
· 6 years ago
b3c7637
Merge "Refactor snapshot module creation"
by Paul Duffin
· 6 years ago
8c3fec4
Enable androidmk processing in sdk testing
by Paul Duffin
· 6 years ago
14eb467
Refactor java_library/java_test snapshot processing
by Paul Duffin
· 6 years ago
88f2fbe
Refactor snapshot module creation
by Paul Duffin
· 6 years ago
8f20563
Merge "Add a nice install paths for module SDKs and exports."
by Nicolas Geoffray
· 6 years ago
befa4b9
Copy apex_available properties to snapshot modules
by Paul Duffin
· 6 years ago
1228e9c
Add a nice install paths for module SDKs and exports.
by Nicolas Geoffray
· 6 years ago
e1ddcc9
Only check copy rules into the snapshot directory
by Paul Duffin
· 6 years ago
1356d8c
Add CommonOS variant for sdk
by Paul Duffin
· 6 years ago
109c2ad
Fix bug in error reporting when adding duplicate properties
by Paul Duffin
· 6 years ago
cc1b3da
Avoid invoking sdk member to add empty list of dependencies
by Paul Duffin
· 6 years ago
08798aa
Add windows to the list of available OS's in sdk tests
by Paul Duffin
· 6 years ago
91756d2
Add support for cc_library_headers in sdk/module_exports
by Paul Duffin
· 6 years ago
a78f3a7
Prune any empty property sets from the modules before transforming
by Paul Duffin
· 6 years ago
180a006
Add support for transforming a property set after its contents
by Paul Duffin
· 6 years ago
047fdca
Fix issues with bp transformation
by Paul Duffin
· 6 years ago
13ad94f
Allow compile_multilib to be specified on module exports
by Paul Duffin
· 6 years ago
583bf7e
Do not add dependencies from disabled sdk variants to its members
by Paul Duffin
· 6 years ago
53fe467
Merge changes from topic "soong_tests_ndk"
by Treehugger Robot
· 6 years ago
44885e2
Simplify visibility rules that include //visibility:public
by Paul Duffin
· 6 years ago
f9aabd7
Make apex use cc.GatherRequiredDepsForTests
by Colin Cross
· 6 years ago
f28329d
Move NDK test modules into cc/testing.go
by Colin Cross
· 6 years ago
25ce04b
Add support for cc_binary in module_exports
by Paul Duffin
· 6 years ago
7291095
Differentiate between exported and internal sdk members
by Paul Duffin
· 6 years ago
7b81f5e
Add java_system_modules to sdk/module_exports
by Paul Duffin
· 6 years ago
f4ae4f1
Add support for transitive sdk members
by Paul Duffin
· 6 years ago
0f80c18
apex_available tracks static dependencies
by Jiyong Park
· 6 years ago
f853992
Make sdkMemberDependencyTag usable outside sdk package
by Paul Duffin
· 6 years ago
Next »