diff options
author | Zhuoyao Zhang <zhuoyao@google.com> | 2016-10-21 10:19:59 -0700 |
---|---|---|
committer | Zhuoyao Zhang <zhuoyao@google.com> | 2016-10-21 13:22:12 -0700 |
commit | eb9f507823ee4637a5c223ada7bab229e5e169af (patch) | |
tree | e71582d7ceb8a01c62435602157ab274ced9b9a2 /Android.bp | |
parent | 5bc16ac3709a3f0b1dfe1259ae6e178e61e7e536 (diff) |
Add implementation for hwbinder benchmark service.
Bug:32279499
Test: make android.hardware.tests.libhwbinder@1.0-impl
Change-Id: I75056afa32b8189020608779ec495659ea35ed48
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 85ab629a99..84e11e579d 100644 --- a/Android.bp +++ b/Android.bp @@ -14,6 +14,7 @@ subdirs = [ "tests/foo/1.0", "tests/foo/1.0/default", "tests/libhwbinder/1.0", + "tests/libhwbinder/1.0/default", "tests/msgq/1.0", "tests/pointer/1.0", "tests/pointer/1.0/default", |