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", name: "android.hardware.tests.bar@1.0-impl",
defaults: ["hidl_defaults"], defaults: ["hidl_defaults"],
relative_install_path: "hw", relative_install_path: "hw",
proprietary: true,
srcs: [ srcs: [
"Bar.cpp", "Bar.cpp",
"ImportTypes.cpp", "ImportTypes.cpp",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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