Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71191324 authored by Christopher Wiley's avatar Christopher Wiley
Browse files

Only build bt_service_unittests for linux

libchrome-host doesn't build on Mac, and while we get that sorted out,
let us not try and build this for Mac either.

Change-Id: I01d27391539d5c345d29a4ce949d0c3bcc931a7f
parent a0ce4f29
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

LOCAL_PATH:= $(call my-dir)

ifeq ($(HOST_OS),linux)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
	settings.cpp \
@@ -29,6 +30,7 @@ LOCAL_MODULE_TAGS := tests
LOCAL_MODULE := bt_service_unittests
LOCAL_SHARED_LIBRARIES += libchrome-host
include $(BUILD_HOST_NATIVE_TEST)
endif

include $(CLEAR_VARS)