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>2017-11-28 02:50:06 +0300
committerMarat Dukhan <marat@fb.com>2017-11-28 02:50:06 +0300
commitf9ccfa3110752f22140ae69f80cc2aafd480e447 (patch)
tree5214eccd8e1dac1ee1f6780345559b2c0097ab55 /jni
parent7be11405295dec9ea6335808f6a693fe68f94995 (diff)
Galaxy A8 (2016) Duos 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 bad8c43..7b153a9 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -192,6 +192,13 @@ LOCAL_STATIC_LIBRARIES := cpuinfo_mock gtest
include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
+LOCAL_MODULE := galaxy-a8-2016-duos-test
+LOCAL_SRC_FILES := $(LOCAL_PATH)/test/mock/galaxy-a8-2016-duos.cc
+LOCAL_C_INCLUDES := $(LOCAL_PATH)/test/mock
+LOCAL_STATIC_LIBRARIES := cpuinfo_mock gtest
+include $(BUILD_EXECUTABLE)
+
+include $(CLEAR_VARS)
LOCAL_MODULE := galaxy-grand-prime-value-edition-test
LOCAL_SRC_FILES := $(LOCAL_PATH)/test/mock/galaxy-grand-prime-value-edition.cc
LOCAL_C_INCLUDES := $(LOCAL_PATH)/test/mock