am 638ce57a
: Treat LOCAL_APK_LIBRARIES like shared Java libraries.
* commit '638ce57a5848c10d781502bf198a2b93aeb58a7a': Treat LOCAL_APK_LIBRARIES like shared Java libraries.
This commit is contained in:
commit
653a037d70
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ ifdef LOCAL_APK_LIBRARIES
|
|||
APPS,$(lib),,COMMON)/classes.jar)
|
||||
|
||||
# link against the jar with full original names (before proguard processing).
|
||||
full_shared_java_libs += $(link_apk_libraries)
|
||||
full_java_libs += $(link_apk_libraries)
|
||||
full_java_lib_deps += $(link_apk_libraries)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue