Files
hardware_interfaces/tests/foo/1.0/default/Android.bp
Steven Moreland 2f2aabe212 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
2017-07-17 18:36:02 -07:00

23 lines
398 B
Plaintext

cc_library_shared {
name: "android.hardware.tests.foo@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
srcs: [
"Foo.cpp",
],
shared_libs: [
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"libfootest",
"liblog",
"libutils",
"android.hardware.tests.foo@1.0",
],
}