OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripDir
(Results
1 - 6
of
6
) sorted by null
/build/make/core/
host_java_library.mk
104
-
stripDir
META-INF -zipToNotStrip $< $@ $< $(call reverse-list,$(PRIVATE_STATIC_JAVA_LIBRARIES))
host_dalvik_java_library.mk
144
$(if $(PRIVATE_DONT_DELETE_JAR_META_INF),,-
stripDir
META-INF -zipToNotStrip $<) \
java.mk
313
$(if $(PRIVATE_DONT_DELETE_JAR_META_INF),,-
stripDir
META-INF -zipToNotStrip $<) \
definitions.mk
[
all
...]
/build/soong/cmd/merge_zips/
merge_zips.go
74
flag.Var(&stripDirs, "
stripDir
", "directories to be excluded from the output zip, accepts wildcards")
/build/soong/java/
builder.go
328
jarArgs = append(jarArgs, "-
stripDir
", dir)
Completed in 170 milliseconds