File tree 3 files changed +1
-18
lines changed
3 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
#
16
16
17
- ifneq ($(TARGET_SIMULATOR ) ,true)
18
- include $(all-subdir-makefiles )
19
- endif
17
+ include $(all-subdir-makefiles )
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
#
16
16
17
- ifneq ($(TARGET_SIMULATOR ) ,true) # GTest needs STLport, which the simulator
18
- # doesn't support
19
-
20
17
LOCAL_PATH: = $(call my-dir)
21
18
22
19
include $(CLEAR_VARS )
@@ -44,5 +41,3 @@ LOCAL_C_INCLUDES += \
44
41
LOCAL_MODULE := binderAddInts
45
42
LOCAL_SRC_FILES := binderAddInts.cpp
46
43
include $(BUILD_EXECUTABLE )
47
-
48
- endif
Original file line number Diff line number Diff line change @@ -11,18 +11,10 @@ LOCAL_MODULE:= test-fb-refresh
11
11
12
12
LOCAL_MODULE_TAGS := optional
13
13
14
- ifeq ($(TARGET_SIMULATOR ) ,true)
15
- ifeq ($(HOST_OS),linux)
16
- # need this for clock_gettime()
17
- LOCAL_LDLIBS += -lrt
18
- endif
19
- endif
20
-
21
14
include $(BUILD_EXECUTABLE )
22
15
23
16
# #
24
17
25
- ifneq ($(TARGET_SIMULATOR ) ,true)
26
18
include $(CLEAR_VARS )
27
19
LOCAL_SRC_FILES := fb_test.c
28
20
LOCAL_MODULE = test-fb-simple
@@ -38,5 +30,3 @@ LOCAL_MODULE_TAGS := optional
38
30
LOCAL_FORCE_STATIC_EXECUTABLE := true
39
31
LOCAL_STATIC_LIBRARIES := libc
40
32
include $(BUILD_EXECUTABLE )
41
-
42
- endif # sim
You can’t perform that action at this time.
0 commit comments