Merge "Remove .mk lines that are just setting the default"

This commit is contained in:
Neil Fuller
2016-10-06 08:31:33 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ LOCAL_SRC_FILES := \
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
LOCAL_CERTIFICATE := platform

View File

@ -7,8 +7,6 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_JAVA_LANGUAGE_VERSION := 1.8
LOCAL_STATIC_JAVA_LIBRARIES := easymocklib \
mockito-target \
android-support-test \