Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build_soong
/
bd7f9485074f026eae57c09f968e703fb91f193f
/
cc
/
library.go
391d94c
Append whole_static_libs deps from .a files instead of the list of objects.
by Martin Stjernholm
· 6 years ago
9105fa3
Merge "Add check_all_apis option for header ABI checker"
by Hsin-Yi Chen
· 5 years ago
28a4982
Merge "Apex: support codenames for min_sdk_version"
by Jooyung Han
· 5 years ago
624d35c
Skip version mutator for host/ramdisk/recovery
by Jooyung Han
· 6 years ago
e152ada
Merge "Fix missing NOTICE targets for static libs that aren't available to platform."
by Treehugger Robot
· 6 years ago
aed150d
Apex: support codenames for min_sdk_version
by Jooyung Han
· 6 years ago
ff550f3
Merge "Revert^2 "Add sdk mutator for native modules""
by Colin Cross
· 6 years ago
c511bc5
Revert^2 "Add sdk mutator for native modules"
by Colin Cross
· 6 years ago
f8e8022
Revert "Add sdk mutator for native modules"
by Colin Cross
· 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
82e192c
Add sdk mutator for native modules
by Colin Cross
· 6 years ago
bf37d16
Fix missing NOTICE targets for static libs that aren't available to platform.
by Martin Stjernholm
· 6 years ago
74b2c7c
Merge "Fix the logic for selecting ABI dump paths"
by Hsin-Yi Chen
· 6 years ago
27d235f
Fix the logic for selecting ABI dump paths
by Hsin-Yi Chen
· 6 years ago
d9578f5
Merge "Propagate empty vs unspecified system_shared_libs correctly."
by Treehugger Robot
· 6 years ago
10566a0
Propagate empty vs unspecified system_shared_libs correctly.
by Martin Stjernholm
· 6 years ago
61b66e9
Revert "Revert "Enforce min_sdk_version of apex(use_vendor:true)""
by Jooyung Han
· 6 years ago
b1eb4d4
Merge "Revert "Enforce min_sdk_version of apex(use_vendor:true)""
by Jooyung Han
· 6 years ago
bacf34d
Revert "Enforce min_sdk_version of apex(use_vendor:true)"
by Jooyung Han
· 6 years ago
3dcf75d
Merge "Add support for using cc_library in sdk/module_exports"
by Paul Duffin
· 6 years ago
9b76c0b
Add support for using cc_library in sdk/module_exports
by Paul Duffin
· 6 years ago
380fc36
Enforce min_sdk_version of apex(use_vendor:true)
by Jooyung Han
· 6 years ago
b04a499
cc: fix a utility to make C macro name
by Jooyung Han
· 6 years ago
13f0271
Copy shared_libs and system_shared_libs to module snapshot
by Paul Duffin
· 6 years ago
0cb37b9
Disable installation for sdk snapshot versioned prebuilts
by Paul Duffin
· 6 years ago
ad4c187
Add version suffix for stub modules' Android.mk
by Jooyung Han
· 6 years ago
eda2e9c
Capture snapshot headers in parallel
by Inseob Kim
· 6 years ago
2a65dda
Add check_all_apis option for header ABI checker
by Logan Chien
· 6 years ago
f5ea9e1
Add cc_prebuilt_library_headers
by Paul Duffin
· 6 years ago
1c6c1c7
Separate cc_library_headers to its own file and add tests
by Paul Duffin
· 6 years ago
3aff578
Simple refactoring of prefix related functions.
by Jaewoong Jung
· 6 years ago
1a5812a
Disable no-vendor-variant VNDK for CFI modules
by Vic Yang
· 6 years ago
025d981
Don't check library variant identicalness for VNDK extensions
by Steven Laver
· 6 years ago
cf4832c
Add target.ramdisk
by Yifan Hong
· 6 years ago
1b3348d
Add ramdisk image.
by Yifan Hong
· 6 years ago
d92090f
Emit LOCAL_CHECK_SAME_VNDK_VARIANTS
by Vic Yang
· 6 years ago
a0843f6
Differentiate between cc library and binary
by Paul Duffin
· 6 years ago
6c26dc7
Dedup cc library module type registration
by Paul Duffin
· 6 years ago
2f6bc09
Separate sdk membership support out of cc/library.go
by Paul Duffin
· 6 years ago
57b9e1d
Improve handling of generated include dirs
by Paul Duffin
· 6 years ago
a7cd8c8
Generalize common property extraction
by Paul Duffin
· 6 years ago
9ab556f
Added support for using static libraries in sdk snapshot
by Paul Duffin
· 6 years ago
e87dae6
Merge "Run ABI checks for shared libs exported by APEX"
by Logan Chien
· 6 years ago
8fc9eea
Merge "Fix generated headers of snapshot"
by Treehugger Robot
· 6 years ago
9d8d609
Pass SdkMember to AddPrebuiltModule instead of the name
by Paul Duffin
· 6 years ago
d110f87
Fix generated headers of snapshot
by Inseob Kim
· 6 years ago
1387957
Parameterize the sdk member processing
by Paul Duffin
· 6 years ago
e274fc9
Run ABI checks for shared libs exported by APEX
by Logan Chien
· 6 years ago
09ef474
Merge changes I0dcc9c7b,I9bc40642
by Colin Cross
· 6 years ago
2b26297
Allow cc.LinkabeInterfaces to request "" variants.
by Ivan Lozano
· 6 years ago
7228ecd
Move cc.imageMutator into the android package
by Colin Cross
· 6 years ago
6d88dba
Reorder local and global flags
by Colin Cross
· 6 years ago
4af21ed
Split local and global cflags
by Colin Cross
· 6 years ago
7acbfc0
Merge "Soong generates vndk-related .libraries.txt files"
by Jooyung Han
· 6 years ago
40dfbe3
Merge "native shared libs in an SDK can be snapshotted"
by Treehugger Robot
· 6 years ago
0302a84
Soong generates vndk-related .libraries.txt files
by Jooyung Han
· 6 years ago
52767be
Add support for Rust C libraries.
by Ivan Lozano
· 6 years ago
73c54ee
native shared libs in an SDK can be snapshotted
by Jiyong Park
· 6 years ago
183a321
Add a common interface for cc linkable libraries.
by Ivan Lozano
· 6 years ago
b480deb
Merge "Change exportedDirs and exportedSystemDirs from []string to android.Paths"
by Treehugger Robot
· 6 years ago
7495504
Change exportedDirs and exportedSystemDirs from []string to android.Paths
by Jiyong Park
· 6 years ago
4c2b942
fix: Override vndk-ext lib name with original lib
by Jooyung Han
· 6 years ago
a90ca00
add [static|shared].apex_available to cc_library
by Jiyong Park
· 6 years ago
c6136c9
Merge "Remove old-style support for translated second architectures"
by Treehugger Robot
· 6 years ago
70dda7e
Separate InstallPath from OutputPath
by Colin Cross
· 6 years ago
62be1e3
Merge "Hide static from cc_library_shared and vice versa"
by Treehugger Robot
· 6 years ago
5c4be82
Use SHA-256 for hashing BoringSSL crypto module.
by Pete Bentley
· 6 years ago
e1bb5d0
Hide static from cc_library_shared and vice versa
by Colin Cross
· 6 years ago
3b19f5d
Remove old-style support for translated second architectures
by Colin Cross
· 6 years ago
402be41
Revert "Remove old-style support for translated second architectures"
by Colin Cross
· 6 years ago
fe6330c
Remove old-style support for translated second architectures
by Colin Cross
· 6 years ago
931849f
Merge "Treat libclang_rt.hwasan-* the same way as the other Bionic bootstrap libs."
by Martin Stjernholm
· 6 years ago
279de57
Treat libclang_rt.hwasan-* the same way as the other Bionic bootstrap libs.
by Martin Stjernholm
· 6 years ago
0fd6a41
Add suffix and target.vendor.suffix to shared libraries
by Colin Cross
· 6 years ago
d7227f9
Support boringssl hash injection on binaries and make it transitive
by Colin Cross
· 6 years ago
a034b83
Automatically enable abi checker for the stub libs
by Jiyong Park
· 6 years ago
4288274
Implement sysprop_library API stability check
by Inseob Kim
· 6 years ago
792942d
Merge changes I75b4a761,I779f28c6,If1422372,I26307dd1
by Treehugger Robot
· 6 years ago
803e161
Introduce inject_bssl_hash library property.
by Pete Bentley
· 6 years ago
eef3366
Merge "Add tags to the list of lsdump paths"
by Hsin-Yi Chen
· 6 years ago
dcea882
Merge "Build native coverage variant of APEXes when needed"
by Treehugger Robot
· 6 years ago
ee9a98d
Build native coverage variant of APEXes when needed
by Jiyong Park
· 6 years ago
ae55303
Include headers and props to VNDK snapshot
by Inseob Kim
· 6 years ago
5348964
Add tags to the list of lsdump paths
by Hsin-Yi Chen
· 6 years ago
af17d74
Skip ABI checks for APEX variants of opt-in libraries
by Hsin-Yi Chen
· 6 years ago
6cd1be8
Add sort_bss_symbols_by_size property for shared libs
by Vic Yang
· 6 years ago
5213e2b
Correct tags on StaticSharedLibraryProperties.Cflags
by Paul Duffin
· 6 years ago
e6fc507
Do not install LLNDK libs moved APEX on /system
by Przemyslaw Szczepaniak
· 6 years ago
acbf6c7
Use ctx.Target().NativeBridge to detect if the arch is translated or not
by Jiyong Park
· 6 years ago
0ce291e
[trivial] Remove dead code
by Inseob Kim
· 6 years ago
3005780
Merge "Generate ABI dumps for libraries without source"
by Hsin-Yi Chen
· 6 years ago
f6a9546
Generate ABI dumps for libraries without source
by Hsin-Yi Chen
· 6 years ago
b185679
Merge "sysprop_library: Rename system scope to public"
by Treehugger Robot
· 6 years ago
7268fd4
Merge "Package coverage files as a zip."
by Treehugger Robot
· 6 years ago
c743414
Package coverage files as a zip.
by Oliver Nguyen
· 6 years ago
5cefbd2
sysprop_library: Rename system scope to public
by Inseob Kim
· 6 years ago
b879fb6
Merge "Separate exported includes out of flags"
by Treehugger Robot
· 6 years ago
6937844
Separate exported includes out of flags
by Inseob Kim
· 6 years ago
75a50a2
Revert "Revert "Revert "Revert "Enable lld for windows""""
by Josh Gao
· 6 years ago
Next »