summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-09-10 00:17:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-09-10 00:17:06 +0000
commit520ecd4ec151a369a15d1ef9267c2cce1268393f (patch)
tree12179e24e78777016c997ac3431c15a67ed57aa9
parente953ef383dea11dc3a41799854051c6bb3119b01 (diff)
parent348563a64237f63f1a470b1e1fd1ebe22732b692 (diff)
downloadlibhidl-520ecd4ec151a369a15d1ef9267c2cce1268393f.tar.gz
Merge "Restore libhidl_test Android.bp"
-rw-r--r--Android.bp9
1 files changed, 3 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 7b4412a..29f9b56 100644
--- a/Android.bp
+++ b/Android.bp
@@ -44,15 +44,12 @@ cc_test {
shared_libs: [
"android.hidl.memory@1.0",
"libbase",
+ "libhidlbase",
+ "liblog",
"libutils",
"libcutils",
- "libvndksupport",
- ],
- static_libs: [
- "libhidlbase",
- "libgtest",
- "libgmock"
],
+ static_libs: ["libgtest", "libgmock"],
cflags: [
"-O0",