HomeSort by relevance Sort by last modified time
    Searched refs:hostdex (Results 1 - 10 of 10) sorted by null

  /dalvik/dx/tests/115-merge/
build 22 junitdex=$progdir/../framework/junit-hostdex.jar
run 22 junitdex=$progdir/../framework/junit-hostdex.jar
  /art/tools/
bootjars.sh 83 core_jars_suffix=-hostdex
  /dalvik/dx/tests/119-merge-conflict/
run 22 junitdex=$progdir/../framework/junit-hostdex.jar
  /art/build/
Android.common_path.mk 78 HOST_CORE_IMG_JARS := $(addsuffix -hostdex,$(CORE_IMG_JARS))
91 HOST_TEST_CORE_JARS := $(addsuffix -hostdex,$(TEST_CORE_JARS))
Android.oat.mk 96 --no-inline-from=core-oj-hostdex.jar \
  /build/make/core/
envsetup.mk 263 HOST_CORE_JARS := $(addsuffix -hostdex,$(TARGET_CORE_JARS))
    [all...]
java_common.mk 359 full_java_bootclasspath_libs := $(call java-lib-header-files,$(addsuffix -hostdex,$(TARGET_DEFAULT_BOOTCLASSPATH_LIBRARIES)),true)
  /build/soong/java/
androidmk.go 26 if Bool(library.deviceProperties.Hostdex) && !library.Host() {
28 fmt.Fprintln(w, "LOCAL_MODULE := "+name+"-hostdex")
42 if r := library.deviceProperties.Target.Hostdex.Required; len(r) > 0 {
java.go 221 // If true, export a copy of the module as a -hostdex module for host testing.
222 Hostdex *bool
225 Hostdex struct {
226 // Additional required dependencies to add to -hostdex modules.
    [all...]

Completed in 250 milliseconds