Loading libs/binder/tests/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ // limitations under the License. // cc_test { name: "binderDriverInterfaceTest_IPC_32", srcs: ["binderDriverInterfaceTest.cpp"], compile_multilib: "32", cflags: ["-DBINDER_IPC_32BIT=1"], } cc_test { product_variables: { binder32bit: { Loading Loading
libs/binder/tests/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ // limitations under the License. // cc_test { name: "binderDriverInterfaceTest_IPC_32", srcs: ["binderDriverInterfaceTest.cpp"], compile_multilib: "32", cflags: ["-DBINDER_IPC_32BIT=1"], } cc_test { product_variables: { binder32bit: { Loading