Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/jni
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-03-02 22:43:51 +0300
committerMarat Dukhan <marat@fb.com>2018-03-02 22:43:51 +0300
commitd00216bd9828616ed23ad3b585a9f59920a5ac11 (patch)
tree5ffb5fd95e0089a3d3f2fb0eaddcafc6cd49f561 /jni
parent52621bb312ff958c51bada666fc69e37a640fd85 (diff)
OnePlus 5T mock test
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index e800612..5fe5b10 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -613,6 +613,13 @@ LOCAL_STATIC_LIBRARIES := cpuinfo_mock gtest
include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
+LOCAL_MODULE := oneplus-5t-test
+LOCAL_SRC_FILES := $(LOCAL_PATH)/test/mock/oneplus-5t.cc
+LOCAL_C_INCLUDES := $(LOCAL_PATH)/test/mock
+LOCAL_STATIC_LIBRARIES := cpuinfo_mock gtest
+include $(BUILD_EXECUTABLE)
+
+include $(CLEAR_VARS)
LOCAL_MODULE := oppo-a37-test
LOCAL_SRC_FILES := $(LOCAL_PATH)/test/mock/oppo-a37.cc
LOCAL_C_INCLUDES := $(LOCAL_PATH)/test/mock