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
diff --git a/Android.mk b/Android.mk
index ea8495d..860b708 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,8 +24,7 @@
 LOCAL_MODULE_TAGS := optional
 LOCAL_MODULE := slf4j-jdk14
 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
-LOCAL_JAVA_LIBRARIES := core-oj core-libart
-LOCAL_NO_STANDARD_LIBRARIES := true
+LOCAL_SDK_VERSION := core_current
 include $(BUILD_STATIC_JAVA_LIBRARY)
 
 include $(CLEAR_VARS)