diff options
| -rw-r--r-- | core/tests/systemproperties/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/systemproperties/Android.mk b/core/tests/systemproperties/Android.mk index 0c20876c6520..b51239622b5c 100644 --- a/core/tests/systemproperties/Android.mk +++ b/core/tests/systemproperties/Android.mk @@ -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 |