Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build_soong
/
897d2ed92f2575ab188cdac360564d608f66a438
/
genrule
5f692ec
Remove empty DepsMutator methods
by Colin Cross
· 6 years ago
98716bd
Add defaults support to genrule.
by Jaewoong Jung
· 6 years ago
eefa026
Add support for exclude_srcs in genrule
by Dan Willemsen
· 6 years ago
ef35448
Allow cc_genrule srcs to vary by architecture
by Colin Cross
· 6 years ago
08f15ab
genrule: add $(location) for inputs and outputs
by Colin Cross
· 6 years ago
2a07692
Add tests for genrule command expansion
by Colin Cross
· 6 years ago
5d45c6f
Collect modules' info to create IDE project file.
by Brandon Lee
· 6 years ago
59339a2
Fix `go vet` issues
by Dan Willemsen
· 6 years ago
85a2e89
Fix error reporting when parsing genrule cmd
by Colin Cross
· 6 years ago
2d24c1b
Remove references to SourceDepTag in module types
by Colin Cross
· 7 years ago
955dc49
Fix few issues with filegroups
by Pirama Arumuga Nainar
· 7 years ago
e42777a
Fix the flaky build breakage for droiddoc target.
by Nan Zhang
· 7 years ago
9da9d49
Only depend on a single file for generated headers
by Dan Willemsen
· 7 years ago
baccf5b
Use __SBOX_OUT_DIR__ in sbox output file list
by Colin Cross
· 7 years ago
27e284d
Revert "Revert "Support filegroup in exclude_srcs""
by Nan Zhang
· 7 years ago
606e9de
Revert "Support filegroup in exclude_srcs"
by Tobias Thierer
· 7 years ago
f36a3d9
Support filegroup in exclude_srcs
by Nan Zhang
· 7 years ago
3160306
Escape genrule commands
by Jeff Gaston
· 7 years ago
c331599
Allow java binary wrapper files to reference filegroups
by Colin Cross
· 7 years ago
ac87c99
Allow globs in tool_files
by Colin Cross
· 7 years ago
6510f91
Replace ModuleContext.AConfig() with Config()
by Colin Cross
· 7 years ago
35143d0
Fix genrules depending on Go tools
by Colin Cross
· 7 years ago
a5e7cb4
Change remaining properties to *string, *bool in Soong.
by Nan Zhang
· 7 years ago
ea568a4
Change bool, and string properties to *bool, and *string for java,
by Nan Zhang
· 7 years ago
437d23c
Consolidate gensrcs implementation into one task each
by Jeff Gaston
· 7 years ago
5acec2b
Have genrule use $genDir as sbox's --output-root
by Jeff Gaston
· 7 years ago
02a684b
Make $(depfile) work with sbox
by Jeff Gaston
· 7 years ago
d11fcda
Convert Visit*Deps from blueprint.Module to android.Module
by Colin Cross
· 7 years ago
ae88703
Move ModuleContext.ModuleBuild to ModuleContext.Build
by Colin Cross
· 7 years ago
15e86d9
Support multiple outputs in genrules with depfile: true
by Colin Cross
· 7 years ago
2296f5b
Use indent to preformat genrule property documentation
by Colin Cross
· 7 years ago
54190b3
Add test for java generated sources
by Colin Cross
· 7 years ago
944d6b4
Merge "Allow exporting filegroups to make"
by Treehugger Robot
· 7 years ago
3e5bdf2
Add cc_genrule
by Dan Willemsen
· 7 years ago
d91d7ac
Allow exporting filegroups to make
by Colin Cross
· 7 years ago
8eded0a
Support using blueprint_go_binary as tools in genrules
by Dan Willemsen
· 7 years ago
d6ba0d5
Use dependency tags for genrules
by Dan Willemsen
· 7 years ago
3624285
Refactor factories
by Colin Cross
· 8 years ago
193f2fb
Make absolute OUT_DIR work with sbox
by Jeff Gaston
· 8 years ago
efc1b41
Have Soong try to enforce that genrules declare all their outputs.
by Jeff Gaston
· 8 years ago
67a5c13
Prettify soong ninja build descriptions
by Colin Cross
· 8 years ago
014de6a
Fix genrule documentation
by Dan Willemsen
· 8 years ago
54c5dd5
Exit early on genrule command parsing failure
by Colin Cross
· 8 years ago
795c377
Use a minimal set of mutators, module types, and singletons for tests
by Colin Cross
· 8 years ago
77de5a4
Merge "Support data properties for test binaries"
by Colin Cross
· 8 years ago
d1b8d76
Allow non-tool dependencies in genrules
by Colin Cross
· 8 years ago
faeb7aa
Support data properties for test binaries
by Colin Cross
· 8 years ago
708c424
Allow genrules to reference generated sources
by Colin Cross
· 8 years ago
068e0fe
Support filegroups
by Colin Cross
· 8 years ago
5ed99c6
genrule: let Android.bp file specify exported header dirs
by Colin Cross
· 8 years ago
33bfb0a
genrule: support deps files
by Colin Cross
· 8 years ago
6f080df
Support genrules with multiple tools
by Colin Cross
· 8 years ago
21ec490
Add subdir to GenPath
by Dan Willemsen
· 8 years ago
1e676be
Control mutator order
by Colin Cross
· 8 years ago
798bfce
Move registration into android package
by Colin Cross
· 8 years ago
9c8681f
Support multiple outputs for genrule
by Dan Willemsen
· 8 years ago
3f4539b
Parse genrule's cmd property
by Dan Willemsen
· 8 years ago
e8a67a7
Make BottomUpMutators parallel
by Colin Cross
· 8 years ago
a1ad8d1
Simplify arch target handling
by Colin Cross
· 9 years ago
b9db480
Revert "Simplify arch target handling"
by Colin Cross
· 9 years ago
54c7112
Simplify arch target handling
by Colin Cross
· 9 years ago
635c3b0
Rename common to android
by Colin Cross
· 9 years ago
f7f3d69
Add genrule tool_file to better handle deps
by Dan Willemsen
· 9 years ago
b40aab6
Fix generated sources and headers
by Dan Willemsen
· 9 years ago
c99deeb
Use blueprint DependencyTags
by Colin Cross
· 9 years ago
1604ecf
Fix gofmt
by Colin Cross
· 9 years ago
34cc69e
Use `Path` instead of string for file paths
by Dan Willemsen
· 9 years ago
490fd49
Support cross-compiling Windows binaries on Linux
by Dan Willemsen
· 9 years ago
6362e27
Remove EarlyMutators and DynamicDependencies
by Colin Cross
· 9 years ago
463a90e
use init functions to register module types, etc.
by Colin Cross
· 10 years ago
2ef08f4
Add exclude_* and remove arch_subtract / "-file"
by Dan Willemsen
· 10 years ago
7d5136f
Improve property comments for docs
by Colin Cross
· 10 years ago
8f101b4
Allow common.Glob to be called by singletons
by Colin Cross
· 10 years ago
f9964d5
Use far dependency for genrule tool
by Colin Cross
· 10 years ago
d350ecd
Add support for genrule
by Colin Cross
· 10 years ago
fce5327
Support subtracting sources from globs
by Colin Cross
· 10 years ago
1332b00
Move config into common and provide helper
by Colin Cross
· 10 years ago
97ba073
Export cc types for art to inherit from
by Colin Cross
· 10 years ago
70b4059
Update import paths for changes to blueprint
by Colin Cross
· 10 years ago
5049f02
Add gensrcs module type
by Colin Cross
· 10 years ago