summaryrefslogtreecommitdiffstats
path: root/core/host_java_library_common.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add the correct dependency when the full version of the protocol buffer ↵P.Y. Laligand2015-03-111-1/+5
| | | | | | | | library is requested. b/19415609 Change-Id: I8c5d25a5f8f60317fa0f31330dd354ee8fb61c12
* Change built module of static java librariesYohann Roussel2015-02-181-3/+16
| | | | | | | | | Set LOCAL_BUILT_MODULE of static java libraries when Jack is enabled to classes.jack instead of javalib.jar. This allows that running mm in those libraries will build classes.jack instead of the jar. Change-Id: I96b4b227848e971df96331b3f0cc731e856be349
* Update protobuf library from 2.3 to 2.6.Jeff Davidson2015-01-081-12/+0
| | | | Change-Id: I02d308b01f635307dbb63ea9610db2e56eb1f31b
* Pull in latest protolib when using LOCAL_PROTOC_OPTIMIZE_TYPE.Jeff Davidson2014-10-231-3/+15
| | | | | | | | If a module is explicitly depending on a versioned protolib, we strip the dependency and log a warning so the unneeded dependency can be removed. Change-Id: I949d32fb5126f1c05e2a6ed48f6636a4a9b15a48
* Rework the generation of host java libraries.Narayan Kamath2013-11-251-0/+47
We currently have two types of host libraries, those meant for the host VM (Sun, OpenJDK etc.) and those meant for a host dalvik build. The former need to be compiled against the host standard libraries and the latter need to be compiled against libcore. This change introduces two new build rules to complement the existing the existing host rules. BUILD_HOST_DALVIK_JAVA_LIBRARY : Build a java library for a host build of dalvik. Bootclasspath will be set to a host build of libcore. BUILD_HOST_DALVIK_STATIC_JAVA_LIBRARY : Build a static java library for a host build of dalvik. Bootclasspath will be set to a host build of libcore. This change also removes support for the LOCAL_BUILD_HOST_DEX flag, which is now unnecessary. bug: 8992787 (cherry picked from commit 0dd273a3f68364045c0e8bdcc10a4ecd3c07b745) Change-Id: I3569fff8eaa4d26d55fcc317bd98471f55d74c14