Merge "Add <uses-library> information." am: af5dab1cb3
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1427189 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2330ce207e2185daa7267898557b775c50f48664
This commit is contained in:
committed by
Automerger Merge Worker
commit
37c820a0c4
@@ -34,6 +34,8 @@ android_app {
|
|||||||
|
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
jni_libs: ["libshim_jni"],
|
jni_libs: ["libshim_jni"],
|
||||||
|
|
||||||
|
uses_libs: ["android.test.runner"],
|
||||||
}
|
}
|
||||||
|
|
||||||
genrule {
|
genrule {
|
||||||
@@ -108,6 +110,7 @@ android_app {
|
|||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
jni_libs: ["libshim_jni"],
|
jni_libs: ["libshim_jni"],
|
||||||
|
|
||||||
|
uses_libs: ["android.test.runner"],
|
||||||
}
|
}
|
||||||
|
|
||||||
//##########################################################
|
//##########################################################
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ android_app {
|
|||||||
platform_apis: true,
|
platform_apis: true,
|
||||||
privileged: true,
|
privileged: true,
|
||||||
libs: ["org.apache.http.legacy"],
|
libs: ["org.apache.http.legacy"],
|
||||||
|
uses_libs: ["org.apache.http.legacy"],
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libprotobuf-java-nano",
|
"libprotobuf-java-nano",
|
||||||
"volley",
|
"volley",
|
||||||
|
|||||||
Reference in New Issue
Block a user