Snap for 5045582 from 7a9664fe4e to qt-release

Change-Id: I73a621b2668a58b2b2cf56cca47f33a37d14d4ce
This commit is contained in:
android-build-team Robot
2018-10-03 03:03:02 +00:00
2 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -52,6 +52,7 @@ cc_library {
cc_test {
name: "minadbd_test",
isolated: true,
defaults: [
"minadbd_defaults",
@@ -64,7 +65,6 @@ cc_test {
static_libs: [
"libminadbd_services",
"libadbd",
"libBionicGtestMain",
],
shared_libs: [
+6 -8
View File
@@ -45,7 +45,7 @@ cc_defaults {
static_libs: [
"libutils",
],
}
},
},
}
@@ -93,12 +93,14 @@ librecovery_static_libs = [
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libbinderthreadstate",
"libvndksupport",
"libtinyxml2",
]
cc_test {
name: "recovery_unit_test",
isolated: true,
defaults: [
"recovery_test_defaults",
@@ -117,7 +119,6 @@ cc_test {
"libotautil",
"libupdater",
"libgtest_prod",
"libBionicGtestMain",
],
data: ["testdata/*"],
@@ -125,6 +126,7 @@ cc_test {
cc_test {
name: "recovery_manual_test",
isolated: true,
defaults: [
"recovery_test_defaults",
@@ -135,14 +137,11 @@ cc_test {
srcs: [
"manual/recovery_test.cpp",
],
static_libs: [
"libBionicGtestMain",
],
}
cc_test {
name: "recovery_component_test",
isolated: true,
defaults: [
"recovery_test_defaults",
@@ -159,7 +158,6 @@ cc_test {
"libupdater",
"libupdate_verifier",
"libprotobuf-cpp-lite",
"libBionicGtestMain",
],
data: [
@@ -170,6 +168,7 @@ cc_test {
cc_test_host {
name: "recovery_host_test",
isolated: true,
defaults: [
"recovery_test_defaults",
@@ -193,7 +192,6 @@ cc_test_host {
"libdivsufsort64",
"libdivsufsort",
"libz",
"libBionicGtestMain",
],
data: ["testdata/*"],