Merge "Add missing copy back to soong_java_prebuilt.mk"

This commit is contained in:
Treehugger Robot 2017-09-21 05:10:52 +00:00 committed by Gerrit Code Review
commit bedc2110b7
1 changed files with 1 additions and 0 deletions

View File

@ -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