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

Commit c1ef4b25 authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Fix mac build.

Do not build the bit tool on darwin.

Test: Make sure this still builds on linux.

Change-Id: Ie958649893016771f1fa3df6f10d443d0117c171
parent 586bfe54
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ include $(CLEAR_VARS)

LOCAL_MODULE := bit

# This tool doesn't build on darwin.
LOCAL_MODULE_HOST_OS := linux

LOCAL_SRC_FILES := \
    aapt.cpp \
    adb.cpp \