Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68047ffd authored by Riley Andrews's avatar Riley Andrews Committed by Android Git Automerger
Browse files

am 53186a4d: Merge "Add binder tests"

* commit '53186a4d':
  Add binder tests
parents bf247a3d 53186a4d
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)

ifneq ($(TARGET_USES_64_BIT_BINDER),true)
ifneq ($(TARGET_IS_64_BIT),true)
LOCAL_CFLAGS += -DBINDER_IPC_32BIT=1
@@ -27,3 +26,9 @@ endif
LOCAL_MODULE := binderDriverInterfaceTest
LOCAL_SRC_FILES := binderDriverInterfaceTest.cpp
include $(BUILD_NATIVE_TEST)

include $(CLEAR_VARS)
LOCAL_MODULE := binderLibTest
LOCAL_SRC_FILES := binderLibTest.cpp
LOCAL_SHARED_LIBRARIES := libbinder libutils
include $(BUILD_NATIVE_TEST)
+954 −0

File added.

Preview size limit exceeded, changes collapsed.