summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Hsin-Yi Chen <hsinyichen@google.com> 2017-06-07 18:05:05 +0800
committer Keun Soo Yim <yim@google.com> 2018-01-23 22:18:16 +0000
commit2bd2d9f651f5cf7e93cf465c0fe72cde4121a66b (patch)
tree15ea2c289701bcbe9da185cb5a95a097d70b406c /libs
parentd7e46dddcb147e341e6f7b5fa0439077c6b1008b (diff)
Add target binderDriverInterfaceTest_IPC_32
Add the target binderDriverInterfaceTest_IPC_32 which tests 32-bit kernel and is independent from product_variables. Bug: 62124459 Test: vts-tradefed run commandAndExit vts -m VtsKernelBinderTest Merged-In: Ifad9ef24c35060179650955e24d1f046af7b7385 Change-Id: Ifad9ef24c35060179650955e24d1f046af7b7385 (cherry picked from commit 6929575affc7d0037c79a45b2cb0ef7c6020581a) (cherry picked from commit 9c3e759479ea9c66919b9a50958b256eb3bbc1ac)
Diffstat (limited to 'libs')
-rw-r--r--libs/binder/tests/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp
index 853ca1630e..bef9505821 100644
--- a/libs/binder/tests/Android.bp
+++ b/libs/binder/tests/Android.bp
@@ -15,6 +15,13 @@
//
cc_test {
+ name: "binderDriverInterfaceTest_IPC_32",
+ srcs: ["binderDriverInterfaceTest.cpp"],
+ compile_multilib: "32",
+ cflags: ["-DBINDER_IPC_32BIT=1"],
+}
+
+cc_test {
product_variables: {
binder32bit: {
cflags: ["-DBINDER_IPC_32BIT=1"],