summaryrefslogtreecommitdiffstats
path: root/core/java.mk
Commit message (Expand)AuthorAgeFilesLines
* am 0ab5cc6b: am 99332f11: Allow for opt-in of proguard shrinking of tests wit...Mark Renouf2014-09-101-1/+4
|\
| * Allow for opt-in of proguard shrinking of tests with new flagMark Renouf2014-09-091-1/+4
* | Support "LOCAL_SDK_VERSION := system_current"Ying Wang2014-07-191-2/+4
* | Support more precise package exclusion from JAR files.Jeff Brown2014-05-231-0/+1
* | Fix the path for findbugs.Yuncheol Heo2014-05-201-1/+1
* | am 74b71317: am 2d72094f: am 960d919e: resolved conflicts for merge of 4df82b...Ying Wang2014-02-101-1/+7
|\ \ | |/
| * resolved conflicts for merge of 4df82b3e to klp-dev-plus-aospYing Wang2014-02-081-1/+7
| |\
| | * Allow proguarding the main app and the test app in a single run.Mihail Dumitrescu2014-02-071-1/+7
* | | am 03a06f41: am 9507a0fd: am 82c59aef: am 71e8a22e: Merge "Add DEXPREOPT supp...Ying Wang2013-12-181-0/+5
|\ \ \ | |/ /
| * | Add DEXPREOPT support for ARTBrian Carlstrom2013-12-171-0/+5
| * | Add FORCE_BUILD_RS_COMPAT option.Stephen Hines2013-11-271-1/+1
| |/
| * Drop the [no]proguard. prefix for the intermediate targetsYing Wang2013-09-121-17/+1
* | Add FORCE_BUILD_RS_COMPAT option.Stephen Hines2013-09-301-1/+1
* | Drop the [no]proguard. prefix for the intermediate targetsYing Wang2013-09-121-17/+1
* | am 54e81f54: am 37b82aac: Skip compiling Java if an apk has no Java code.Ying Wang2013-08-281-2/+2
|\ \ | |/
| * Skip compiling Java if an apk has no Java code.Ying Wang2013-08-281-2/+2
* | resolved conflicts for merge of 9915650b to masterYing Wang2013-08-281-17/+19
|\ \ | |/
| * Better handle of need_compile_java.Ying Wang2013-08-281-17/+19
* | am 161aa74d: am 576e0146: Make it a fatal error if no source files for Java m...Ying Wang2013-08-281-1/+1
|\ \ | |/
| * Make it a fatal error if no source files for Java module.Ying Wang2013-08-281-1/+1
* | am 670a7a63: am c5b72527: am ec3c15e5: am 04c4d34d: am 7311a344: Make it easi...Ying Wang2013-08-231-20/+52
|\ \ | |/
| * am ec3c15e5: am 04c4d34d: am 7311a344: Make it easier to enable obfuscation a...Ying Wang2013-08-231-20/+52
| |\
| | * Make it easier to enable obfuscation and optimization.Ying Wang2013-08-221-20/+52
* | | Merge "Support dx generating multiple dex files."Yohann Roussel2013-08-221-5/+7
|\ \ \
| * | | Support dx generating multiple dex files.Yohann Roussel2013-08-201-5/+7
| |/ /
* | | Support to optionally run rmtypedefs.Ying Wang2013-08-141-0/+5
|/ /
* | Fix typo from previous change to fix the buildMike Lockwood2013-08-061-3/+0
* | Add support for overriding default Java libraries on a per-target basisMike Lockwood2013-08-061-1/+4
* | Split framework jar.Jeff Brown2013-07-171-1/+2
* | Add proper deps for jarjar rules files.Torne (Richard Coles)2013-06-051-1/+1
|/
* Split out proguard_basic_keeps.flagsYing Wang2013-05-171-0/+2
* Don't build librs.*.so in bundled branches since we'll use native RS.Tim Murray2013-05-131-0/+9
* Add a "nano" option to LOCAL_PROTOC_OPTIMIZE_TYPE.Ulas Kirazci2013-04-031-0/+4
* Link RS compatibility files with libc and make bcc_compat a regular dep.Stephen Hines2013-03-271-1/+1
* Add support for multiple architectures with RS compat lib.Tim Murray2013-03-061-17/+1
* Reduce RS build verbosity.Stephen Hines2013-02-271-1/+0
* Build rs_compatibility_jni_libs into product-specific dirYing Wang2013-02-251-5/+6
* Order-only deps on LOCAL_C/CXX and BCC_COMPATYing Wang2013-02-201-3/+3
* Fix duplicate build rule warning.Stephen Hines2013-02-191-1/+1
* Switch to librs.FOO.so instead of libFOO.so to prevent collisions.Stephen Hines2013-02-151-2/+2
* Merge "Remove dependency on libcompiler_rt.so for RS compatibility."Stephen Hines2013-02-131-1/+1
|\
| * Remove dependency on libcompiler_rt.so for RS compatibility.Stephen Hines2013-02-131-1/+1
* | Disable LOCAL_RENDERSCRIPT_COMPATIBILITY for non-arm buildsYing Wang2013-02-131-0/+4
|/
* Remove libcompiler_rt.so dependency for RS compat lib.Stephen Hines2013-02-111-2/+0
* Add libcompiler_rt.so as a JNI dependency for RS compatibility.Stephen Hines2013-02-111-1/+1
* Build RS compatibility library apps with libcompiler_rt.so too.Stephen Hines2013-02-071-1/+3
* Fix libcompiler-rt. Use the official name libcompiler_rt.Shih-wei Liao2013-02-071-2/+2
* Copy RS compatibility libraries to /system/lib/ for bundled builds.Stephen Hines2013-02-061-0/+24
* Attempt #2: libclcore.bc comes from prebuilts/sdk for unbundled projects.Tim Murray2013-02-011-1/+9
* Refactor calculation LOCAL_CHECKED_MODULEYing Wang2013-01-301-10/+10