Loading core/host_java_library.mk +1 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ $(full_classes_compiled_jar): \ $(transform-host-java-to-package) javac-check : $(full_classes_compiled_jar) javac-check-$(LOCAL_MODULE) : $(full_classes_compiled_jar) # Run jarjar if necessary, otherwise just copy the file. ifneq ($(strip $(LOCAL_JARJAR_RULES)),) Loading core/java.mk +1 −0 Original line number Diff line number Diff line Loading @@ -416,6 +416,7 @@ $(full_classes_compiled_jar): \ $(transform-java-to-classes.jar) javac-check : $(full_classes_compiled_jar) javac-check-$(LOCAL_MODULE) : $(full_classes_compiled_jar) # Run jarjar if necessary, otherwise just copy the file. ifneq ($(strip $(LOCAL_JARJAR_RULES)),) Loading Loading
core/host_java_library.mk +1 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ $(full_classes_compiled_jar): \ $(transform-host-java-to-package) javac-check : $(full_classes_compiled_jar) javac-check-$(LOCAL_MODULE) : $(full_classes_compiled_jar) # Run jarjar if necessary, otherwise just copy the file. ifneq ($(strip $(LOCAL_JARJAR_RULES)),) Loading
core/java.mk +1 −0 Original line number Diff line number Diff line Loading @@ -416,6 +416,7 @@ $(full_classes_compiled_jar): \ $(transform-java-to-classes.jar) javac-check : $(full_classes_compiled_jar) javac-check-$(LOCAL_MODULE) : $(full_classes_compiled_jar) # Run jarjar if necessary, otherwise just copy the file. ifneq ($(strip $(LOCAL_JARJAR_RULES)),) Loading