Merge "Remove explicit dependencies on "core" libraries"
This commit is contained in:
@@ -669,9 +669,6 @@ java_defaults {
|
|||||||
|
|
||||||
no_framework_libs: true,
|
no_framework_libs: true,
|
||||||
libs: [
|
libs: [
|
||||||
"conscrypt",
|
|
||||||
"okhttp",
|
|
||||||
"bouncycastle",
|
|
||||||
"ext",
|
"ext",
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -1083,8 +1080,6 @@ framework_docs_only_args = " -android -manifest $(location core/res/AndroidManif
|
|||||||
"-federationapi SupportLib $(location current/support-api.txt) "
|
"-federationapi SupportLib $(location current/support-api.txt) "
|
||||||
|
|
||||||
framework_docs_only_libs = [
|
framework_docs_only_libs = [
|
||||||
"conscrypt",
|
|
||||||
"bouncycastle",
|
|
||||||
"voip-common",
|
"voip-common",
|
||||||
"android.test.mock",
|
"android.test.mock",
|
||||||
"android-support-annotations",
|
"android-support-annotations",
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ LOCAL_CERTIFICATE := platform
|
|||||||
|
|
||||||
LOCAL_JAVA_LIBRARIES := \
|
LOCAL_JAVA_LIBRARIES := \
|
||||||
android.test.runner \
|
android.test.runner \
|
||||||
conscrypt \
|
|
||||||
android.test.base \
|
android.test.base \
|
||||||
|
|
||||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||||
|
|||||||
Reference in New Issue
Block a user