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

Commit 06b01adc authored by Riley Andrews's avatar Riley Andrews
Browse files

Add binder tests

Change-Id: Ib0b38708dd6387fc4d5a4857ca74a217f3edad1a
parent dbd252ea
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.