Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build_soong
/
8ba131b3e23199aa7298f5d4440ea0d1a2c5d732
/
java
09e94ab
When compiling with the lite protobuf option, pass the option to aprotoc to force the lite runtime.
by Joe Onorato
· 7 years ago
e1731a5
Export app certificates to Make for apkcerts list
by Colin Cross
· 7 years ago
1605606
Add privileged app support in Soong
by Colin Cross
· 7 years ago
7079856
Remove export_package_resources check when exporting apps to Make
by Colin Cross
· 7 years ago
366938f
Allow java manifest property to reference filegroups
by Colin Cross
· 7 years ago
9f31911
Add USE_D8_DESUGAR option in build/soong
by Alan Leung
· 7 years ago
d4c0309
Merge changes I13910647,Ie061e90c,I1c1cb098
by Treehugger Robot
· 7 years ago
c331599
Allow java binary wrapper files to reference filegroups
by Colin Cross
· 7 years ago
06ae582
Export makevars ANDROID_JAVA{8,9}_HOME.
by Tobias Thierer
· 7 years ago
5beccee
Split logtags implementations for cc and java
by Colin Cross
· 7 years ago
1bd8780
Add more dex_preopt properties
by Colin Cross
· 7 years ago
6b4a32d
Split java_binary modules into common and binary variants
by Colin Cross
· 7 years ago
5425090
Add java_genrules to use jars as inputs and outputs
by Colin Cross
· 7 years ago
42f3a76
Fix apps build
by Colin Cross
· 7 years ago
b69301e
Sort compiled resources by output path
by Colin Cross
· 7 years ago
890ff55
Add enforced RRO support to Soong
by Colin Cross
· 7 years ago
527012a
Split up testJavaWithEnvFs
by Colin Cross
· 7 years ago
0926fae
Add system_$(VER)
by Sundong Ahn
· 7 years ago
5ab4e6d
Allow building framework.jar and framework-res.apk
by Colin Cross
· 7 years ago
6510f91
Replace ModuleContext.AConfig() with Config()
by Colin Cross
· 7 years ago
aabf679
Make *Context.Config return a Config instead of a interface{}
by Colin Cross
· 7 years ago
44f0668
Fix aapt2
by Colin Cross
· 7 years ago
3bc7ffa
Replace aapt support with aapt2
by Colin Cross
· 7 years ago
0875c52
Wrap PackageContext and SingletonContext
by Colin Cross
· 7 years ago
824bee3
Move java test resources in mock filesystem to a different directory
by Colin Cross
· 7 years ago
cb93359
Add Jacoco support
by Colin Cross
· 7 years ago
b4972e3
Fix passing dex_preopt value to make
by Colin Cross
· 7 years ago
96427d6
kotlinc: Always pass -jvm-target 1.8
by Tobias Thierer
· 7 years ago
b1bd1aa
Use logtags without merged file
by Colin Cross
· 7 years ago
1763da8
Export extract-srcjars.sh to Make
by Colin Cross
· 7 years ago
d243091
Remove partial javastream proto support
by Colin Cross
· 7 years ago
af05017
Add support for .srcjar files from genrules and srcs
by Colin Cross
· 7 years ago
ebe1a51
Fix java AIDL properties to match C/C++
by Colin Cross
· 7 years ago
d5dbfb7
Fix proto flags in java
by Colin Cross
· 7 years ago
ea568a4
Change bool, and string properties to *bool, and *string for java,
by Nan Zhang
· 7 years ago
d3e141d
Pass results of Finder into Blueprint
by Jeff Gaston
· 7 years ago
d9e8f0a
Setup java paths in soong_ui
by Dan Willemsen
· 7 years ago
61eaedb
Support Javac sharding in Soong.
by Nan Zhang
· 7 years ago
a39899e
Merge "Always use installed version of d8-compat-dx"
by Alan Leung
· 7 years ago
3c807db
Add default jar wrapper when wrapper property is not specified
by Nan Zhang
· 7 years ago
126a25c
Propagate PRODUCT_MINIMIZE_JAVA_DEBUG_INFO to soong and use it
by Colin Cross
· 7 years ago
76530ec
Merge "Import AAPT-related product variables from make"
by Treehugger Robot
· 7 years ago
2e19cd8
Always use installed version of d8-compat-dx
by Yohann Roussel
· 7 years ago
face4e4
Import AAPT-related product variables from make
by Colin Cross
· 7 years ago
047a24a
Merge "Allow java_host_binary to be used with genrule."
by Treehugger Robot
· 7 years ago
2423717
Allow java_host_binary to be used with genrule.
by Alex Light
· 7 years ago
899f374
Use D8 by default
by Alan Leung
· 7 years ago
715d711
Fix kotlin -classpath argument
by Colin Cross
· 7 years ago
8eadbf0
Fix source jars
by Colin Cross
· 7 years ago
9a36418
Use prebuilt turbine jar for unbundled javac builds.
by Nan Zhang
· 7 years ago
88c37d3
Add convenience phony targets for system modules
by Colin Cross
· 7 years ago
5c6ecc1
Don't panic in turbine with no classes
by Colin Cross
· 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
0d3f8c0
Use prebuilt dx for PDK builds
by Colin Cross
· 7 years ago
1e45cb7
Fail when a module depends on a disabled module
by Colin Cross
· 7 years ago
e243c23
Fix finding src directory for aidl
by Colin Cross
· 7 years ago
15e86d9
Support multiple outputs in genrules with depfile: true
by Colin Cross
· 7 years ago
535e2cf
Support installable prebuilt jars
by Colin Cross
· 7 years ago
2ebc476
Use prebuilts/sdk/*current until Soong can generate stubs
by Colin Cross
· 7 years ago
461bd1a
Add sdk_version property to imported jars
by Colin Cross
· 7 years ago
ed19fc3
Support Turbine in Soong.
by Nan Zhang
· 7 years ago
9e07394
Merge "Add D8 support"
by Alan Leung
· 7 years ago
1d476fc
Add D8 support
by Alan Leung
· 7 years ago
a22116e
Add property to prevent dex preopting
by Colin Cross
· 7 years ago
1ee2317
Move all jar intermediates to subdirs
by Colin Cross
· 7 years ago
a482065
Use soong_javac_wrapper in soong javac compiles
by Colin Cross
· 7 years ago
975f9f7
Allow jarjar_rules to be arch-specific
by Colin Cross
· 7 years ago
93e8595
Initial kotlin support
by Colin Cross
· 7 years ago
59149b6
Use jars containg sources for java generators
by Colin Cross
· 7 years ago
e9a275b
Pass output file names into java.Transform* functions
by Colin Cross
· 7 years ago
1369cdb
Initial support for converting jars to java9 system modules
by Colin Cross
· 7 years ago
070879e
Refactor errorprone support to reduce duplication
by Colin Cross
· 7 years ago
6ccbc91
Let tests override environment
by Colin Cross
· 7 years ago
9243010
Add hostdex support
by Colin Cross
· 7 years ago
54190b3
Add test for java generated sources
by Colin Cross
· 7 years ago
52b1e4c
Fix doubled generated source files
by Colin Cross
· 7 years ago
ac1c64e
Merge "Use prebuilts/jdk/jdk9 if EXPERIMENTAL_USE_OPENJDK9 is set"
by Treehugger Robot
· 7 years ago
a221b16
Merge "Correctly add dependencies to java_resource_dirs files"
by Treehugger Robot
· 7 years ago
9d7bee7
Merge "Honor resource exclusions in java_resources properties"
by Treehugger Robot
· 7 years ago
e2ad230
Use prebuilts/jdk/jdk9 if EXPERIMENTAL_USE_OPENJDK9 is set
by Colin Cross
· 7 years ago
c21d118
Merge changes I5f6f3da7,Ia37b8b93,Ie79a2e78
by Treehugger Robot
· 7 years ago
647aa4f
Allow full protos in host modules
by Colin Cross
· 7 years ago
af9c55b
Correctly add dependencies to java_resource_dirs files
by Colin Cross
· 7 years ago
2372923
Honor resource exclusions in java_resources properties
by Colin Cross
· 7 years ago
7db5d63
Get dex jar resources from classpath jar
by Colin Cross
· 7 years ago
c157a8d
Allow libraries with no sources to be installed
by Colin Cross
· 7 years ago
965714f
Fix bootclasspath for host variants of java_library modules
by Colin Cross
· 7 years ago
6af17aa
Add support for .proto files in java modules
by Colin Cross
· 7 years ago
47ff252
Relax SDK checks for unbundled builds
by Colin Cross
· 7 years ago
d5934c8
Fix arch specific properties for java modules
by Colin Cross
· 7 years ago
a60ead8
Make java_library_static uninstallable by default
by Colin Cross
· 7 years ago
0532fb0
Fix excluding resource directories
by Colin Cross
· 7 years ago
fa5eb23
Add no_framework_libs property
by Colin Cross
· 7 years ago
8b9d37b
Allow modules with empty sdk_version in unbundled builds
by Colin Cross
· 7 years ago
0f37af0
Add java file resources and flag to include sources
by Colin Cross
· 7 years ago
8649b26
Use pre-desugar classes in classpath
by Colin Cross
· 7 years ago
59f1bb6
Only desugar/dx installable libraries
by Colin Cross
· 7 years ago
40a3671
Remove jarSpec structure
by Colin Cross
· 7 years ago
d689143
Move errorprone dependency to compiled classes jar
by Colin Cross
· 7 years ago
Next »