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

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

am 68047ffd: am 53186a4d: Merge "Add binder tests"

* commit '68047ffd':
  Add binder tests
parents 7e21cad7 68047ffd
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)