Merge "Add missing copy back to soong_java_prebuilt.mk"
This commit is contained in:
commit
bedc2110b7
|
@ -33,6 +33,7 @@ $(eval $(call copy-one-file,$(full_classes_jar),$(full_classes_header_jar)))
|
|||
endif
|
||||
|
||||
ifdef LOCAL_SOONG_DEX_JAR
|
||||
$(eval $(call copy-one-file,$(LOCAL_SOONG_DEX_JAR),$(common_javalib.jar)))
|
||||
$(eval $(call copy-one-file,$(LOCAL_SOONG_DEX_JAR),$(LOCAL_BUILT_MODULE)))
|
||||
java-dex : $(LOCAL_BUILT_MODULE)
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue