Remove explicit dependencies on "core" libraries
The dependencies are unnecessary since bouncycastle, okhttp and conscrypt are included in the "standard libraries". Test: build Bug: 113148576 Change-Id: Ic8d15d911decbdd6391db8c1231b845353586a54
This commit is contained in:
@@ -668,9 +668,6 @@ java_defaults {
|
||||
|
||||
no_framework_libs: true,
|
||||
libs: [
|
||||
"conscrypt",
|
||||
"okhttp",
|
||||
"bouncycastle",
|
||||
"ext",
|
||||
],
|
||||
|
||||
@@ -1082,8 +1079,6 @@ framework_docs_only_args = " -android -manifest $(location core/res/AndroidManif
|
||||
"-federationapi SupportLib $(location current/support-api.txt) "
|
||||
|
||||
framework_docs_only_libs = [
|
||||
"conscrypt",
|
||||
"bouncycastle",
|
||||
"voip-common",
|
||||
"android.test.mock",
|
||||
"android-support-annotations",
|
||||
|
||||
@@ -7,7 +7,6 @@ LOCAL_CERTIFICATE := platform
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := \
|
||||
android.test.runner \
|
||||
conscrypt \
|
||||
android.test.base \
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
Reference in New Issue
Block a user