Update comments for VtsHalTargetTestDefaults. am: e6ca2b3d63 am: d1c0415989
am: e893a9fc7a
Change-Id: I4cbcd6ddb213ec123790ac35501308fbcc133f0b
diff --git a/Android.bp b/Android.bp
index 6c9bdd3..7ae00b6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -10,15 +10,21 @@
],
}
+// VTS tests must link to HAL definition libraries statically.
cc_defaults {
name: "VtsHalTargetTestDefaults",
defaults: ["hidl_defaults"],
+
+ // Lists all dependencies that can *not* be expected on the device.
static_libs: [
"VtsHalHidlTargetTestBase",
],
group_static_libs: true,
+
+ // Lists all system dependencies that can be expected on the device.
shared_libs: [
"libbase",
+ // All the following are dependencies of any HAL definition library.
"libcutils",
"liblog",
"libhidlbase",