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

Commit 3d828e62 authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "Do not build pbkdf2gen on non-Linux hosts" into gingerbread

parents 53ea7f58 a09f1ebe
Loading
Loading
Loading
Loading
+10 −7
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ LOCAL_MODULE := obbtool

include $(BUILD_HOST_EXECUTABLE)

# Non-Linux hosts might not have OpenSSL libcrypto
ifeq ($(HOST_OS),linux)
    include $(CLEAR_VARS)

    LOCAL_MODULE := pbkdf2gen
@@ -42,5 +44,6 @@ LOCAL_SRC_FILES := pbkdf2gen.cpp
    LOCAL_SHARED_LIBRARIES := libcrypto

    include $(BUILD_HOST_EXECUTABLE)
endif # HOST_OS == linux

endif # TARGET_BUILD_APPS