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

  /build/make/core/
soong_app_prebuilt.mk 5 # LOCAL_SOONG_CLASSES_JAR
32 ifdef LOCAL_SOONG_CLASSES_JAR
33 $(eval $(call copy-one-file,$(LOCAL_SOONG_CLASSES_JAR),$(full_classes_jar)))
34 $(eval $(call copy-one-file,$(LOCAL_SOONG_CLASSES_JAR),$(full_classes_pre_proguard_jar)))
soong_java_prebuilt.mk 4 # LOCAL_SOONG_CLASSES_JAR
31 ifdef LOCAL_SOONG_CLASSES_JAR
32 $(eval $(call copy-one-file,$(LOCAL_SOONG_CLASSES_JAR),$(full_classes_jar)))
33 $(eval $(call copy-one-file,$(LOCAL_SOONG_CLASSES_JAR),$(full_classes_pre_proguard_jar)))
clear_vars.mk 258 LOCAL_SOONG_CLASSES_JAR :=
  /build/soong/java/
androidmk.go 40 fmt.Fprintln(w, "LOCAL_SOONG_CLASSES_JAR :=", library.implementationAndResourcesJar.String())
74 fmt.Fprintln(w, "LOCAL_SOONG_CLASSES_JAR :=", library.implementationAndResourcesJar.String())
148 fmt.Fprintln(w, "LOCAL_SOONG_CLASSES_JAR :=", prebuilt.combinedClasspathFile.String())
167 fmt.Fprintln(w, "LOCAL_SOONG_CLASSES_JAR :=", prebuilt.dexJarFile.String())
186 fmt.Fprintln(w, "LOCAL_SOONG_CLASSES_JAR :=", prebuilt.classpathFile.String())
207 fmt.Fprintln(w, "LOCAL_SOONG_CLASSES_JAR :=", binary.implementationAndResourcesJar.String())
259 fmt.Fprintln(w, "LOCAL_SOONG_CLASSES_JAR :=", app.implementationAndResourcesJar.String())
  /build/soong/apex/
apex.go     [all...]

Completed in 53 milliseconds