Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build_soong
/
e0510d7a696b97b2477e82f35df69b5072165060
/
cc
/
cc.go
4f6eebf
Merge changes I0885e493,Ic37c8db9
by Treehugger Robot
· 5 years ago
8bd5095
Merge changes from topics "soong-apilevel", "soong-config-apilevel"
by Dan Albert
· 5 years ago
1613e55
HostCross is an attribute of a Target, not OsType
by Jiyong Park
· 5 years ago
2d53a60
Merge changes from topic "return-new-deps"
by Colin Cross
· 5 years ago
0b176c8
Replace FutureApiLevel with an ApiLevel.
by Dan Albert
· 5 years ago
c806053
Replace ApiStrToNum uses with ApiLevel.
by Dan Albert
· 5 years ago
1a24627
Replace stringly-typed API levels.
by Dan Albert
· 5 years ago
d1f898e
Remove global state from version mutator
by Colin Cross
· 5 years ago
945441c
Add exclude_from_vendor_snapshot property, related logic
by Bill Peckham
· 5 years ago
22fd4d1
soong: add support for module specific lexer flags
by Matthias Maennich
· 5 years ago
68bfe07
Merge "Reland: Deduplicate APEX variants that would build identically"
by Treehugger Robot
· 5 years ago
aede88c
Reland: Deduplicate APEX variants that would build identically
by Colin Cross
· 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
a07777d
Merge "Rename ApexName to ApexVariationName"
by Treehugger Robot
· 5 years ago
e07f231
Rename ApexName to ApexVariationName
by Colin Cross
· 5 years ago
a24b9de
Merge changes I02fb745a,Iccc96c0d
by Colin Cross
· 5 years ago
d595402
Merge changes I514b90ae,Ie477de70
by Treehugger Robot
· 5 years ago
92fe740
Stop using prebuilt NDK CRT objects.
by Dan Albert
· 5 years ago
9e9bb7f
Only output make targets for uninstallable static libs in the APEX
by Martin Stjernholm
· 5 years ago
8c69770
Merge changes from topic "soong_sanitize_fix"
by Treehugger Robot
· 5 years ago
e498dd9
Move image mutator things to image.go
by Inseob Kim
· 5 years ago
f0913fb
Follow all shared library dependencies when collecting JNI libraries
by Colin Cross
· 5 years ago
aac3222
Fix DepsInSameApex for some dependencies of static libraries
by Colin Cross
· 5 years ago
370173e
Expose all shared and header libraries to Make
by Colin Cross
· 5 years ago
6e511a9
Add libraryDependencyTag to track dependencies on static and shared libraries
by Colin Cross
· 5 years ago
807cfd2
Inclusive fix: Replace sanity with validation in cc.go.
by Patrice Arruda
· 5 years ago
96d4f45
Merge changes from topic "revert-1366377-prebuilt_build_tool_make-RMDAHCHNNX"
by Colin Cross
· 5 years ago
dd18efd
Revert "Switch cc's use of bison and flex to prebuilt_build_tool"
by David Su
· 5 years ago
3992b7c
Merge "Fix __ANDROID_SDK_VERSION__=0"
by Jooyung Han
· 5 years ago
4ec839a
Merge changes from topics "prebuilt_build_tool", "prebuilt_build_tool_make"
by Dan Willemsen
· 5 years ago
de34d23
Fix __ANDROID_SDK_VERSION__=0
by Jooyung Han
· 5 years ago
216e10a
Install data_libs using relative_install_path property
by Chris Parsons
· 5 years ago
d2e291a
Switch cc's use of bison and flex to prebuilt_build_tool
by Dan Willemsen
· 5 years ago
79d66a5
Add `data_libs` property to cc_test rules
by Chris Parsons
· 5 years ago
5aa3134
Merge "cc: add exclude_generated_sources property"
by Jooyung Han
· 5 years ago
ac07f88
cc: add exclude_generated_sources property
by Jooyung Han
· 5 years ago
8f9782f
remove unused GeneratedHeaders variable
by Jooyung Han
· 5 years ago
2e1b8ba
Merge "Generate the known NDK libraries list."
by Treehugger Robot
· 5 years ago
de5aade
Generate the known NDK libraries list.
by Dan Albert
· 5 years ago
4328765
Add BenchmarkProperties to cc_defaults
by Colin Cross
· 5 years ago
749dc69
apex/apk: enforce min_sdk_version of all deps
by Jooyung Han
· 5 years ago
6116ffd
Merge "Don't create version variants for SDK variants"
by Treehugger Robot
· 5 years ago
2286afd
Don't create version variants for SDK variants
by Jiyong Park
· 5 years ago
bee1572
Merge "Always create both variants for kernel headers"
by Inseob Kim
· 5 years ago
1adc63e
Merge changes from topics "dist-for-goals", "soong-dist", "tests-PathForSource"
by Colin Cross
· 5 years ago
f3044b6
Always create both variants for kernel headers
by Inseob Kim
· 5 years ago
c3d87d3
Define Soong phony rules in Make
by Colin Cross
· 5 years ago
79ae341
Remove TARGET_PREFER_32_BIT support.
by Elliott Hughes
· 5 years ago
8570880
Create only one vendor variant depending on path
by Inseob Kim
· 5 years ago
1042d29
Implement cc_object vendor snapshot
by Inseob Kim
· 5 years ago
7f283f4
Refine logic choosing vendor snapshot modules
by Inseob Kim
· 5 years ago
166349b
Merge "apex: install hwasan lib if depended on libc"
by Jooyung Han
· 5 years ago
5a33a3c
Merge "Reland "Prevent statically linking to a lib providing stable C APIs""
by Jiyong Park
· 5 years ago
5b79950
Merge "Append whole_static_libs deps from .a files instead of the list of objects."
by Treehugger Robot
· 5 years ago
7d95a51
Reland "Prevent statically linking to a lib providing stable C APIs"
by Jiyong Park
· 5 years ago
8ce8db9
apex: install hwasan lib if depended on libc
by Jooyung Han
· 5 years ago
391d94c
Append whole_static_libs deps from .a files instead of the list of objects.
by Martin Stjernholm
· 5 years ago
1c14a21
Add test data dependencies to APEX.
by Liz Kammer
· 5 years ago
18bbde1
Merge "Revert "Prevent statically linking to a lib providing stable C APIs""
by Jiyong Park
· 5 years ago
5b75774
Revert "Prevent statically linking to a lib providing stable C APIs"
by Jiyong Park
· 5 years ago
06938a0
Merge changes from topic "no_staticlinking_to_stubs"
by Jiyong Park
· 5 years ago
6c4e5c0
Merge "Add gcov coverage support to Rust modules."
by Ivan Lozano
· 5 years ago
45b90e7
Prevent statically linking to a lib providing stable C APIs
by Jiyong Park
· 5 years ago
a0cd8f9
Add gcov coverage support to Rust modules.
by Ivan Lozano
· 5 years ago
480e25b
Introduce min_sdk_version to deps info.
by Artur Satayev
· 5 years ago
a46de70
Propagate Soong header_libs to module-info.json
by Bill Peckham
· 5 years ago
62304bb
Add test_for property
by Jiyong Park
· 5 years ago
79519b6
Merge "Skip version mutator for host/ramdisk/recovery"
by Jooyung Han
· 5 years ago
624d35c
Skip version mutator for host/ramdisk/recovery
by Jooyung Han
· 5 years ago
0e8579b
Merge "Only package gcno files for gcov coverage builds."
by Oliver Nguyen
· 5 years ago
0452678
Only package gcno files for gcov coverage builds.
by Oliver Nguyen
· 5 years ago
379660c
cc: add min_sdk_version prop
by Jooyung Han
· 5 years ago
acc5448
Merge "Do not check ABI for coverage variants"
by Treehugger Robot
· 5 years ago
e152ada
Merge "Fix missing NOTICE targets for static libs that aren't available to platform."
by Treehugger Robot
· 5 years ago
03302ee
Remove PLATFORM_VERSION_FUTURE_CODENAMES
by Jooyung Han
· 5 years ago
f81bb65
Do not check ABI for coverage variants
by Hsin-Yi Chen
· 5 years ago
ff550f3
Merge "Revert^2 "Add sdk mutator for native modules""
by Colin Cross
· 5 years ago
c511bc5
Revert^2 "Add sdk mutator for native modules"
by Colin Cross
· 5 years ago
f8e8022
Revert "Add sdk mutator for native modules"
by Colin Cross
· 5 years ago
bdd0dff
Do not propagate the stub symbol file to prebuilts.
by Martin Stjernholm
· 5 years ago
2376902
Merge "Propagate stubs to the SDK for libraries that have them."
by Treehugger Robot
· 5 years ago
c5dd4f7
Propagate stubs to the SDK for libraries that have them.
by Martin Stjernholm
· 5 years ago
7556839
Enforce apex.min_sdk_version for bundled builds
by Jooyung Han
· 5 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
· 5 years ago
d9578f5
Merge "Propagate empty vs unspecified system_shared_libs correctly."
by Treehugger Robot
· 5 years ago
10566a0
Propagate empty vs unspecified system_shared_libs correctly.
by Martin Stjernholm
· 5 years ago
61b66e9
Revert "Revert "Enforce min_sdk_version of apex(use_vendor:true)""
by Jooyung Han
· 5 years ago
b1eb4d4
Merge "Revert "Enforce min_sdk_version of apex(use_vendor:true)""
by Jooyung Han
· 5 years ago
bacf34d
Revert "Enforce min_sdk_version of apex(use_vendor:true)"
by Jooyung Han
· 5 years ago
1950f1d
Merge "Enforce min_sdk_version of apex(use_vendor:true)"
by Jooyung Han
· 5 years ago
752edec
Fix vndk snapshot suffix on Makefile
by Inseob Kim
· 5 years ago
380fc36
Enforce min_sdk_version of apex(use_vendor:true)
by Jooyung Han
· 5 years ago
9c37340
Merge "Copy shared_libs and system_shared_libs to module snapshot"
by Paul Duffin
· 5 years ago
13f0271
Copy shared_libs and system_shared_libs to module snapshot
by Paul Duffin
· 6 years ago
845f655
Merge "Add __ANDROID_SDK_VERSION__=<ver> macro"
by Treehugger Robot
· 5 years ago
0cb37b9
Disable installation for sdk snapshot versioned prebuilts
by Paul Duffin
· 6 years ago
ccce2f2
Add __ANDROID_SDK_VERSION__=<ver> macro
by Jooyung Han
· 6 years ago
03b5185
apex: choose stub according to min_sdk_version
by Jooyung Han
· 6 years ago
Next »