Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_soong
/
6c6e6cd64d7754a988c2a4172010dce4e39cadd0
/
java
6c6e6cd
Don't hide *.kotlin_module in turbine dependencies
by Colin Cross
· 6 years ago
082640d
Merge "Track sources for srcjars across modules"
by Treehugger Robot
· 6 years ago
da2bba1
Merge "Allow module types to generate resources"
by Treehugger Robot
· 6 years ago
ddda3ce
Merge "uncompressedDex option for android_app_import."
by Jaewoong Jung
· 6 years ago
0c4ce21
Track sources for srcjars across modules
by Colin Cross
· 6 years ago
988708c
Allow module types to generate resources
by Colin Cross
· 6 years ago
acf18d7
uncompressedDex option for android_app_import.
by Jaewoong Jung
· 6 years ago
1f33e40
Add native_bridge target to Android.bp
by dimitry
· 6 years ago
0e7dbeb
Merge "Fix use_embedded_native_libs handling for android_test"
by Treehugger Robot
· 6 years ago
5346d07
Merge "Support robolectric_test"
by Colin Cross
· 6 years ago
e7d52c7
Merge "Add android_app_import."
by Jaewoong Jung
· 6 years ago
b5ad835
Merge "Reverse merge order of resources and implementation"
by Treehugger Robot
· 6 years ago
0ef0816
Support robolectric_test
by Colin Cross
· 6 years ago
6ad7725
Fix use_embedded_native_libs handling for android_test
by Sasha Smundak
· 6 years ago
ccbb393
Add android_app_import.
by Jaewoong Jung
· 6 years ago
327a7e7
Merge "Add ART folks to owner of dexpreopt related file."
by Nicolas Geoffray
· 6 years ago
5b6061d
Add ART folks to owner of dexpreopt related file.
by Nicolas Geoffray
· 6 years ago
feef2ef
Pass other boot classpath locations to the apex image.
by Nicolas Geoffray
· 6 years ago
08a409d
Reverse merge order of resources and implementation
by Colin Cross
· 6 years ago
3d974ec
Merge "Tag dex_preopt.profile as a path"
by Treehugger Robot
· 6 years ago
de4e4e6
Tag dex_preopt.profile as a path
by Colin Cross
· 6 years ago
02cbe8f
Merge changes Id93bcaea,Ia8f9f910
by Treehugger Robot
· 6 years ago
226586c
Merge "Support target.hostdex.required"
by Colin Cross
· 6 years ago
aa1c6f1
Pass --remove-tools-declarations to manifest merger
by Colin Cross
· 6 years ago
90c25c6
Don't use merged manifest for android_library modules
by Colin Cross
· 6 years ago
7f87f4f
Support target.hostdex.required
by Colin Cross
· 6 years ago
9a4abed
Make java_test_helper_library installable
by Colin Cross
· 6 years ago
e8a7dc9
Export proguard_dictionary for java_library modules
by Colin Cross
· 6 years ago
28c3eb6
Export java_host_for_device and java_device_for_host modules to Make
by Colin Cross
· 6 years ago
159a585
Merge "New AndroidMk authoring system based on entry map."
by Jaewoong Jung
· 6 years ago
6fa6dfa
Merge "Set default target SDK version for APEX"
by Treehugger Robot
· 6 years ago
9aa3ab1
New AndroidMk authoring system based on entry map.
by Jaewoong Jung
· 6 years ago
e928452
Merge "Allow codename.fingerprint format for targetSdkVersion"
by Colin Cross
· 6 years ago
8bf9bd9
Merge "Build framework.aidl in Soong"
by Colin Cross
· 6 years ago
36ab727
Merge "Fix handling optimize.enabled from java_defaults"
by Treehugger Robot
· 6 years ago
71b519d
Set default target SDK version for APEX
by Jiyong Park
· 6 years ago
1093287
Allow codename.fingerprint format for targetSdkVersion
by Colin Cross
· 6 years ago
3047fa2
Build framework.aidl in Soong
by Colin Cross
· 6 years ago
60405e5
Get default sdk_test.go values from config
by Colin Cross
· 6 years ago
2057f82
Fix handling optimize.enabled from java_defaults
by Sasha Smundak
· 6 years ago
79c7c26
Add support for prebuilt java_sdk_library modules
by Colin Cross
· 6 years ago
f8b860a
Use LoadHook to create modules in java_sdk_library
by Colin Cross
· 6 years ago
91268c6
Make makevars deterministic
by Colin Cross
· 6 years ago
df8eebe
Zip boot image
by Colin Cross
· 6 years ago
412160e
Stop using build/target -> build/make/target symlink
by Dan Willemsen
· 6 years ago
c4bd8f8
Include proper deps for signapk
by Dan Willemsen
· 6 years ago
aad1960
Add extra used dependencies
by Dan Willemsen
· 6 years ago
ce93e3c
Merge "Use the full dexpreopt boot classpath when preopting with other images."
by Nicolas Geoffray
· 6 years ago
06758a7
Use the full dexpreopt boot classpath when preopting with other images.
by Nicolas Geoffray
· 6 years ago
0975ee0
Check package restrictions for Java libs.
by Vladimir Marko
· 6 years ago
56405f8
Merge "Use the apex image when the device config asks for it."
by Nicolas Geoffray
· 6 years ago
b6d2305
Implement `host_required` and `target_required` properties.
by Sasha Smundak
· 6 years ago
25c0e03
Use the apex image when the device config asks for it.
by Nicolas Geoffray
· 6 years ago
cc0ce80
Fix package path of android/soong/android pctx
by Colin Cross
· 6 years ago
b007b2b
Merge "Fix sdk_version: "system_current" when Platform_sdk_final=true"
by Colin Cross
· 6 years ago
ff0daf4
Fix sdk_version: "system_current" when Platform_sdk_final=true
by Colin Cross
· 6 years ago
caa0e1e
Fix panic when missing hiddenapi jar
by Colin Cross
· 6 years ago
fe17f6f
Add support for protoc plugins
by Colin Cross
· 6 years ago
19878da
Move proto compilation to RuleBuilder
by Colin Cross
· 6 years ago
92cc716
Merge changes I7dd4ba7f,I7887a67a
by Colin Cross
· 6 years ago
dca6ac3
Merge "Automatically greylist code in 3P packages"
by Andrei-Valentin Onea
· 6 years ago
1d2cf04
Add depfile support to RuleBuilder
by Colin Cross
· 6 years ago
896237b
Automatically greylist code in 3P packages
by Andrei Onea
· 6 years ago
a641ee9
Fix an override_module bug.
by Jaewoong Jung
· 6 years ago
47fa9d3
Always package JNI libs into android_test modules
by Colin Cross
· 6 years ago
c7dd408
Merge "Add package_name property to android_app."
by Jaewoong Jung
· 6 years ago
6f373f6
Add package_name property to android_app.
by Jaewoong Jung
· 6 years ago
42df144
Add java_test_helper_library
by Paul Duffin
· 6 years ago
6d75c9d
Merge "Don't visit disabled modules with SOONG_COLLECT_JAVA_DEPS=true"
by Treehugger Robot
· 6 years ago
4ada982
Merge "Rename jetifier property and add it to androidmk"
by Treehugger Robot
· 6 years ago
c48428a
Don't visit disabled modules with SOONG_COLLECT_JAVA_DEPS=true
by Colin Cross
· 6 years ago
66f2e87
Merge "Add synopsis for prebuilt_apis."
by Jaewoong Jung
· 6 years ago
1001a79
Rename jetifier property and add it to androidmk
by Colin Cross
· 6 years ago
e966572
Merge "Add override_android_app module type."
by Jaewoong Jung
· 6 years ago
6b20050
Merge "Fix checking of empty slice properties"
by Treehugger Robot
· 6 years ago
5fb5b2a
Add synopsis for prebuilt_apis.
by Jaewoong Jung
· 6 years ago
525443a
Add override_android_app module type.
by Jaewoong Jung
· 6 years ago
6e93ac9
Fix checking of empty slice properties
by Inseob Kim
· 6 years ago
53c8844
Separate device and product overlays
by Anton Hansson
· 6 years ago
8a49795
Replace ctx.ExpandSources with android.PathsForModuleSrc
by Colin Cross
· 6 years ago
07e5161
Remove ModuleSrcPath
by Colin Cross
· 6 years ago
42be761
Add dex_import module type
by Colin Cross
· 6 years ago
d62bfe5
Merge "Support package_splits"
by Treehugger Robot
· 6 years ago
36c70bc
Merge "Add Conscrypt to coverage"
by Treehugger Robot
· 6 years ago
8098faa
Refine error messages in case of missing api files
by Inseob Kim
· 6 years ago
e560c4a
Support package_splits
by Colin Cross
· 6 years ago
fa62cfc
Add Conscrypt to coverage
by Adam Vartanian
· 6 years ago
fdd1457
Merge "Differentiate system and test apis in whitelist"
by Andrei-Valentin Onea
· 6 years ago
27b922f
Annotate paths and deprecate ExtractSource(s)Deps
by Colin Cross
· 6 years ago
3d7c982
Add modules for converting java modules between host and device
by Colin Cross
· 6 years ago
7622867
Add dexpreopt_bootjars_test.go
by Colin Cross
· 6 years ago
c28bb0b
Move some java test setup later
by Colin Cross
· 6 years ago
87ecbfe
Update manifest merger to use binary
by Colin Cross
· 6 years ago
0b9f31f
Replace *Escape with *EscapeList
by Colin Cross
· 6 years ago
4be6580
Merge "Ignore missing prebuilt_apis of java_sdk_library"
by Treehugger Robot
· 6 years ago
38449af
Ignore missing prebuilt_apis of java_sdk_library
by Inseob Kim
· 6 years ago
247e0cf
Don't add static libs resources to implemenation jars
by Colin Cross
· 6 years ago
e04da07
Differentiate system and test apis in whitelist
by Andrei Onea
· 6 years ago
6db4d4e
Optimize CPU time when running d8 and r8
by Colin Cross
· 6 years ago
292d6cf
Merge "Move boot image oatdump phony rules into Soong"
by Colin Cross
· 6 years ago
Next »