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

Commit c05d0000 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Only turn host build on for linux

Change-Id: I595948b159bc6a2bf295fd11ab831f978e38c799
parent 918ccff3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -76,8 +76,10 @@ PRODUCT_PACKAGES := \
# force WITH_HOST_DALVIK on userdebug and user builds.
# TODO: this is redundant with a similar clause in build/core/main.mk.
ifneq (,$(filter userdebug user,$(TARGET_BUILD_VARIANT)))
  ifeq ($(HOST_OS),linux)
    WITH_HOST_DALVIK := true
  endif
endif

# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)