Merge "Build System: Add java lib header files to module dependency list im module-info.mk"

This commit is contained in:
Treehugger Robot
2019-01-24 06:50:33 +00:00
committed by Gerrit Code Review

View File

@@ -386,6 +386,7 @@ else # LOCAL_IS_HOST_MODULE
endif # USE_CORE_LIB_BOOTCLASSPATH
endif # !LOCAL_IS_HOST_MODULE
ALL_DEPS.$(LOCAL_MODULE).ALL_DEPS := $(ALL_DEPS.$(LOCAL_MODULE).ALL_DEPS) $(full_java_bootclasspath_libs)
# Export the SDK libs. The sdk library names listed in LOCAL_SDK_LIBRARIES are first exported.
# Then sdk library names exported from dependencies are all re-exported.