Move all hidl_test dependencies to the system.img

Test: hidl_test passes
Test: build with BOARD_VNDK_VERSION=current
Bug: 63704014
Change-Id: Ia97be8b4d61236adfd964bf8e4fa632d99010b98
This commit is contained in:
Steven Moreland
2017-07-14 13:34:03 -07:00
parent 80002c1ff3
commit 2f2aabe212
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"