index
:
build_soong
history/28-08-2020
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-10
replicant-11
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Fork of build/soong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
app_builder.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for remote-execution / caching of jar/zip actions
Kousik Kumar
2020-05-30
1
-4
/
+10
*
Add support for remote-execution / caching of signapk actions
Kousik Kumar
2020-05-30
1
-8
/
+22
*
Add lineage file to deps for signapk.
Liz Kammer
2020-05-08
1
-0
/
+1
*
Add signing certificate lineage support to soong
Liz Kammer
2020-05-08
1
-6
/
+10
*
[soong] new field in Android.bp to request APK signing V4
Songchun Fan
2020-03-25
1
-4
/
+12
*
Reland "Also package recursive jni_libs deps of android_apps as well as direc...
Peter Collingbourne
2019-12-17
1
-3
/
+3
*
Revert "Also package recursive jni_libs deps of android_apps as well as direc...
Lorenzo Colitti
2019-12-18
1
-3
/
+3
*
Also package recursive jni_libs deps of android_apps as well as direct deps.
Peter Collingbourne
2019-12-16
1
-3
/
+3
*
Use prebuilts for more tools in unbundled builds
Colin Cross
2019-08-08
1
-21
/
+3
*
Tune JVM, print full diagnostics on crash.
Sasha Smundak
2019-06-11
1
-1
/
+1
*
Merge "Revert "Revert "Revert "Print full diagnostics file when Java process ...
Treehugger Robot
2019-06-05
1
-1
/
+1
|
\
|
*
Revert "Revert "Revert "Print full diagnostics file when Java process crashes...
Jimmy Chen
2019-06-05
1
-1
/
+1
*
|
Merge "Revert "Revert "Print full diagnostics file when Java process crashes."""
Treehugger Robot
2019-06-04
1
-1
/
+1
|
\
|
|
*
Revert "Revert "Print full diagnostics file when Java process crashes.""
Alexander Smundak
2019-06-03
1
-1
/
+1
*
|
Merge "Revert "Print full diagnostics file when Java process crashes.""
Treehugger Robot
2019-05-31
1
-1
/
+1
|
\
|
|
*
Revert "Print full diagnostics file when Java process crashes."
Alexander Smundak
2019-05-31
1
-1
/
+1
*
|
Merge "Port uses-shared library verification and dexpreopting to Soong"
Treehugger Robot
2019-05-30
1
-4
/
+5
|
\
\
|
|
/
|
/
|
|
*
Port uses-shared library verification and dexpreopting to Soong
Colin Cross
2019-05-29
1
-4
/
+5
|
*
Revert "Port uses-shared library verification and dexpreopting to Soong"
Colin Cross
2019-05-29
1
-5
/
+4
|
*
Port uses-shared library verification and dexpreopting to Soong
Colin Cross
2019-05-28
1
-4
/
+5
*
|
Print full diagnostics file when Java process crashes.
Sasha Smundak
2019-05-29
1
-1
/
+1
|
/
*
Add android_app_import.
Jaewoong Jung
2019-05-01
1
-2
/
+7
*
Include proper deps for signapk
Dan Willemsen
2019-04-09
1
-0
/
+3
*
Support package_splits
Colin Cross
2019-03-19
1
-1
/
+2
*
Replace *Escape with *EscapeList
Colin Cross
2019-03-04
1
-1
/
+1
*
Make manifest and APK agree on uncompressed native libs
Colin Cross
2019-02-08
1
-2
/
+2
*
Fix aar rules
Colin Cross
2019-01-25
1
-3
/
+4
*
Align entries in APEX at 4K boundary
Jiyong Park
2018-11-22
1
-2
/
+2
*
Include java resources in app bundles
Colin Cross
2018-11-02
1
-26
/
+46
*
Create bundle modules suitable for bundletool
Colin Cross
2018-10-31
1
-0
/
+44
*
APEXs are signed with apk signer
Jiyong Park
2018-10-31
1
-4
/
+4
*
Store dex files uncompressed and unstripped in privileged APKs
Colin Cross
2018-10-25
1
-3
/
+0
*
Add support for JNI libraries to android_app modules
Colin Cross
2018-10-08
1
-4
/
+42
*
soong_zip: support globs in -f and -D arguments
Colin Cross
2018-09-28
1
-2
/
+2
*
Revert "soong_zip: support globs in -f and -D arguments"
Colin Cross
2018-09-26
1
-2
/
+2
*
soong_zip: support globs in -f and -D arguments
Colin Cross
2018-09-21
1
-2
/
+2
*
Add support for android_library modules
Colin Cross
2018-04-16
1
-0
/
+36
*
Export app certificates to Make for apkcerts list
Colin Cross
2017-12-14
1
-2
/
+2
*
Allow building framework.jar and framework-res.apk
Colin Cross
2017-11-29
1
-2
/
+9
*
Replace aapt support with aapt2
Colin Cross
2017-11-29
1
-76
/
+16
*
Move ModuleContext.ModuleBuild to ModuleContext.Build
Colin Cross
2017-10-24
1
-4
/
+4
*
Prettify soong ninja build descriptions
Colin Cross
2017-05-10
1
-17
/
+17
*
Enable goma in soong
Colin Cross
2016-08-31
1
-5
/
+5
*
Rename common to android
Colin Cross
2016-05-18
1
-18
/
+18
*
Use `Path` instead of string for file paths
Dan Willemsen
2015-12-09
1
-35
/
+30
*
Do not run zipalign when building APK.
Alex Klyubin
2015-12-04
1
-24
/
+2
*
Use Rule-local implicit dependencies
Dan Willemsen
2015-11-17
1
-16
/
+15
*
java: add missing tool dependencies
Colin Cross
2015-04-28
1
-9
/
+16
*
java: delete package-export.apk before rebuilding
Colin Cross
2015-04-28
1
-1
/
+1
*
Add support for building android apps
Colin Cross
2015-04-20
1
-0
/
+172