frameworks/base: Remove unnecessary core-tests dependency

Bug: 27555885
Change-Id: I84cb853c37efbf89d55105a863c40b4074ecf814
This commit is contained in:
Brian Carlstrom
2016-03-08 22:00:55 -08:00
parent f52ebd119e
commit 5841fc7650

View File

@@ -9,7 +9,7 @@ LOCAL_SRC_FILES := \
$(call all-java-files-under, src)
LOCAL_DX_FLAGS := --core-library
LOCAL_STATIC_JAVA_LIBRARIES := core-tests android-common frameworks-core-util-lib
LOCAL_STATIC_JAVA_LIBRARIES := android-common frameworks-core-util-lib
LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_PACKAGE_NAME := FrameworksCoreSystemPropertiesTests
LOCAL_JAVA_LANGUAGE_VERSION := 1.8