aboutsummaryrefslogtreecommitdiffstats
path: root/java/java.go
Commit message (Expand)AuthorAgeFilesLines
* Pass unstripped JNI libraries to MakeColin Cross2020-07-171-4/+5
* Merge changes from topic "gcov-clang-migration" into rvc-devOliver Nguyen2020-07-061-1/+3
|\
| * Introduce product variables to select Java code coverage paths in Soong.Roland Levillain2020-06-301-1/+3
* | Apply hiddenapi encoding to java_sdk_library .implPaul Duffin2020-06-261-1/+14
|/
* Fix check-boot-jars when a boot jar is provided by prebuiltPaul Duffin2020-06-201-2/+7
* Support adding extra lint checksColin Cross2020-06-191-0/+3
* Allow kotlin modules to skip packaging the kotlin stdlibColin Cross2020-06-191-2/+7
* Fix annotation processors in kotlin modules that generate resourcesColin Cross2020-06-191-1/+3
* Add support for running Android lint on java and android modules.Colin Cross2020-06-181-0/+27
* Consolidate adding common java propertiesColin Cross2020-06-181-35/+28
* Define Soong phony rules in MakeColin Cross2020-06-151-5/+1
* dex_import that isn't available for platform isn't installedJiyong Park2020-06-081-2/+4
* dex_import can be added to apexJiyong Park2020-06-041-0/+4
* Revert "Always run package check"Tej Singh2020-06-031-4/+7
* Always run package checkPaul Duffin2020-06-021-7/+4
* Add support for remote-execution / caching of jar/zip actionsKousik Kumar2020-05-301-4/+10
* Collect permitted packages from java_sdk_library instancesPaul Duffin2020-05-291-0/+11
* apex respects stem of java_library modulesJiyong Park2020-05-291-2/+2
* Merge "Correct link type for module stubs" into rvc-devAnton Hansson2020-05-281-0/+4
|\
| * Correct link type for module stubsAnton Hansson2020-05-251-0/+4
* | Merge "Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest...TreeHugger Robot2020-05-281-0/+4
|\ \
| * | Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only).easoncylee2020-05-181-0/+4
* | | Merge "Improve the structure of the link check method" into rvc-devAnton Hansson2020-05-271-26/+27
|\ \ \ | | |/ | |/|
| * | Improve the structure of the link check methodAnton Hansson2020-05-251-26/+27
* | | Merge "Allow the user to explicitly set the java Uncompress_dex property." in...TreeHugger Robot2020-05-271-6/+14
|\ \ \
| * | | Allow the user to explicitly set the java Uncompress_dex property.David Srbecky2020-05-211-6/+14
* | | | Retry: "Improve tracking of exported sdk libraries"Paul Duffin2020-05-251-6/+27
| |/ / |/| |
* | | Revert "Improve tracking of exported sdk libraries"Remi NGUYEN VAN2020-05-251-27/+6
* | | Improve tracking of exported sdk librariesPaul Duffin2020-05-211-6/+27
|/ /
* / Extract common behavior between Module and ImportPaul Duffin2020-05-181-10/+24
|/
* Merge "Use system modules for prebuilt SDKs >=30" into rvc-devTreeHugger Robot2020-05-151-12/+5
|\
| * Use system modules for prebuilt SDKs >=30Colin Cross2020-05-141-12/+5
* | Don't use SDK variant for vendor JNI librariesColin Cross2020-05-151-2/+1
* | java_sdk_library: Delegate component module to naming schemePaul Duffin2020-05-131-0/+1
* | Retry: Detect invalid arch specific properties in snapshotPaul Duffin2020-05-101-1/+1
|/
* Introduce min_sdk_version to deps info.Artur Satayev2020-05-061-0/+8
* Ensure APEX's Java deps use stable SDKs.Artur Satayev2020-05-041-0/+8
* Add defaults support to runtime_resource_overlay.Jaewoong Jung2020-04-261-0/+1
* Repeat kapt processor argument for multiple processorsColin Cross2020-04-241-2/+3
* Stop requiring apex_available on java_library members of sdksPaul Duffin2020-04-221-10/+0
* Improve consistency of handling java snapshot propertiesPaul Duffin2020-04-221-25/+32
* Make new module creation API more flexiblePaul Duffin2020-04-221-8/+13
* Add support for multiple os typesPaul Duffin2020-04-221-8/+8
* Refactor java_library/java_test snapshot processingPaul Duffin2020-04-221-43/+70
* Simplify java library sdk member codePaul Duffin2020-04-221-41/+23
* Check updatable APKs compile against managed SDKs.Artur Satayev2020-04-161-11/+15
* Merge "Add a Tag field to dist to dist a tagged output" into rvc-devAnton Hansson2020-03-301-1/+22
|\
| * Add a Tag field to dist to dist a tagged outputAnton Hansson2020-03-301-1/+22
* | Add code coverage support to android_app JNI libs.Jaewoong Jung2020-03-271-3/+4
|/
* [soong] new field in Android.bp to request APK signing V4Songchun Fan2020-03-251-0/+4