Merge "Move all hidl_test dependencies to the system.img"

This commit is contained in:
Treehugger Robot
2017-07-18 08:46:33 +00:00
committed by Gerrit Code Review
9 changed files with 0 additions and 9 deletions

View File

@@ -4,7 +4,6 @@ cc_library_shared {
name: "android.hardware.tests.bar@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [
"Bar.cpp",
"ImportTypes.cpp",

View File

@@ -2,7 +2,6 @@ cc_library_shared {
name: "android.hardware.tests.baz@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [
"Baz.cpp",
],

View File

@@ -4,7 +4,6 @@ cc_library_shared {
name: "android.hardware.tests.foo@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [
"Foo.cpp",
],

View File

@@ -1,6 +1,5 @@
cc_library_shared {
name: "libfootest",
vendor: true,
defaults: ["hidl_defaults"],
srcs: [
"FooHelper.cpp"

View File

@@ -1,7 +1,6 @@
cc_library_shared {
name: "android.hardware.tests.hash@1.0-impl",
relative_install_path: "hw",
proprietary: true,
srcs: [
"Hash.cpp",
],

View File

@@ -4,7 +4,6 @@ cc_library_shared {
name: "android.hardware.tests.inheritance@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [
"Fetcher.cpp",
"Parent.cpp",

View File

@@ -15,7 +15,6 @@
cc_library_shared {
name: "android.hardware.tests.memory@1.0-impl",
defaults: ["hidl_defaults"],
proprietary: true,
relative_install_path: "hw",
srcs: [
"MemoryTest.cpp",

View File

@@ -4,7 +4,6 @@ cc_library_shared {
name: "android.hardware.tests.pointer@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [
"Graph.cpp",
"Pointer.cpp",

View File

@@ -1,6 +1,5 @@
cc_library_shared {
name: "libpointertest",
vendor: true,
defaults: ["hidl_defaults"],
srcs: [
"PointerHelper.cpp"