File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ LOCAL_STATIC_LIBRARIES := \
38
38
$(common_static_libraries )
39
39
include $(BUILD_STATIC_LIBRARY )
40
40
41
+ ifeq ($(HOST_OS ) ,linux)
42
+
41
43
include $(CLEAR_VARS )
42
44
LOCAL_CFLAGS := $(common_cflags ) -D_GNU_SOURCE -DFEC_NO_KLOG
43
45
LOCAL_C_INCLUDES := $(common_c_includes )
@@ -53,4 +55,6 @@ LOCAL_STATIC_LIBRARIES := \
53
55
$(common_static_libraries )
54
56
include $(BUILD_HOST_STATIC_LIBRARY )
55
57
58
+ endif # HOST_OS == linux
59
+
56
60
include $(LOCAL_PATH ) /test/Android.mk
Original file line number Diff line number Diff line change 1
1
LOCAL_PATH: = $(call my-dir)
2
2
3
+ ifeq ($(HOST_OS ) ,linux)
4
+
3
5
include $(CLEAR_VARS )
4
6
LOCAL_CLANG := true
5
7
LOCAL_SANITIZE := integer
@@ -26,3 +28,5 @@ LOCAL_STATIC_LIBRARIES := libfec_rs_host
26
28
LOCAL_CFLAGS := -Wall -Werror -D_GNU_SOURCE
27
29
LOCAL_C_INCLUDES += external/fec
28
30
include $(BUILD_HOST_EXECUTABLE )
31
+
32
+ endif # HOST_OS == linux
You can’t perform that action at this time.
0 commit comments