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

am: b045705971

Change-Id: Icabe38dbb21c11dace4d8415006f6dcbd699968f
This commit is contained in:
bralee 2019-01-23 22:55:51 -08:00 committed by android-build-merger
commit 36497b2791
1 changed files with 1 additions and 0 deletions

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.