Home | History | Annotate | Download | only in guice

Lines Matching refs:munge

56 munge_host_jar := $(HOST_OUT)/framework/munge-host.jar
57 munge_zip_location := lib/build/munge.jar
62 LOCAL_SRC_FILES := # None. Everything is post-processed by munge. See below.
74 LOCAL_SRC_FILES := # None. Everything is post-processed by munge. See below.
86 LOCAL_SRC_FILES := # None. Everything is post-processed by munge. See below.
95 # Munge #
99 # We build it from source (conveniently zipped inside of lib/build/munge.jar) instead
107 # We build munge from lib/build/munge.jar source code.
110 # (Munge) Host-side Java build
112 LOCAL_SRC_FILES := # None because we get everything by unzipping the munge jar first.
113 LOCAL_MODULE := munge-host
116 # Unzip munge and build it
122 $(GEN) : PRIVATE_CUSTOM_TOOL = unzip -p "$(PRIVATE_PATH)/$(PRIVATE_ZIP_LOCATION)" $(shell echo $@ | awk -F / "{if (NF>1) {print \$$NF}}") >$@ ## unzip -p munge.jar Filename.java > intermediates/Filename.java
130 # Rules for target, hostdex, etc., are omitted since munge is only used during the build.