History log of /external/slf4j/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8ed83fa0a47fa8dfd5cc6b1437109beda7182d3b 18-Feb-2018 Jiyong Park <jiyong@google.com> Build with core_current

This lib has been built with core-libart and core-oj which include
private APIs. In order to prevent this lib from depending on the private
APIs in the future, directly dependency to the core libraries are
replaced with the pseudo-sdk stub called 'core_current' that has public
core Java APIs only.

Bug: 72206056
Test: mma -j under this directory
Change-Id: I7f15c3b4aca1bdf1b57a5457322f7a01ddccee88
/external/slf4j/Android.mk
5daad1875b1c2a36312e203ebf81666054129c68 25-Feb-2017 Colin Cross <ccross@android.com> Convert slf4j-hostdex to a static library

slf4j-hostdex is used with LOCAL_STATIC_JAVA_LIBRARIES by
core-tests-hostdex, so it has to be a
BUILD_HOST_DALVIK_STATIC_JAVA_LIBRARY here.

Test: m -j ANDROID_FORCE_JACK_ENABLED=disabled checkbuild
Change-Id: Ib67a13647a1fc8ff3f5bfdfb9bed31fd7994b46a
/external/slf4j/Android.mk
c396492264f26581652c878b18766880ec7c6f86 17-Jan-2017 Nicolas Geoffray <ngeoffray@google.com> slf4j doesn't depend on the framework.

Set LOCAL_NO_STANDARD_LIBRARIES to true.

Change-Id: I2eb6207bfbcc34bc13872eeb8c6f7b15988ece1d
/external/slf4j/Android.mk
7486a77defe2bc00fba95968a1c48f8359cdd07d 05-Jan-2017 Tobias Thierer <tobiast@google.com> Add an Android.mk for some slf4j build targets

Test: make slf4j-jdk14
Test: make slf4j-jdk14-hostdex

Bug: 19887195
Change-Id: Iee40e40f76f91f662f3a94759caa7086a8577c88
/external/slf4j/Android.mk