Skip to content

Commit b8697e5

Browse files
jvillardfacebook-github-bot
authored andcommitted
[tests] disable ndk test on non-linux platforms
Summary: . Reviewed By: dulmarod Differential Revision: D73191993 Privacy Context Container: L1208441 fbshipit-source-id: 6a7bdc26cd60c44c46c8fa4dfde762fbefa50fb5
1 parent 9f37975 commit b8697e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,10 @@ ifneq ($(CMAKE),no)
116116
BUILD_SYSTEMS_TESTS += clang_compilation_db cmake inferconfig inferconfig_not_strict
117117
endif
118118
ifneq ($(NDKBUILD),no)
119+
ifeq ($(BUILD_PLATFORM),Linux)
119120
BUILD_SYSTEMS_TESTS += ndk_build
120121
endif
122+
endif
121123
ifeq ($(HAS_OBJC),yes)
122124
BUILD_SYSTEMS_TESTS += \
123125
differential_of_costs_report_objc \

0 commit comments

Comments
 (0)