Move multithread impl to system.

Test: hidl_test passes with linker restrictions in place
Change-Id: Ib860848b1d17073d2b5279d0d390f242864447b4
This commit is contained in:
Steven Moreland 2017-07-19 19:59:37 -07:00
parent 6ecc54a7ad
commit bd10b5aa5a

View file

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