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

Commit f001e37b authored by Adam Lesinski's avatar Adam Lesinski
Browse files

libandroidfw: Do not build device library when building SDK

Building the windows SDK causes a build failure if the device
libandroidfw target is not omitted.

Change-Id: I587b166342d0d047820911d279f192d2b39b6263
parent 272b0a1d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ include $(BUILD_HOST_NATIVE_TEST)
# ==========================================================
# Build the device tests: libandroidfw_tests
# ==========================================================
ifneq ($(SDK_ONLY),true)
include $(CLEAR_VARS)

LOCAL_MODULE := libandroidfw_tests
@@ -67,3 +68,5 @@ LOCAL_SHARED_LIBRARIES := \
    libstlport

include $(BUILD_NATIVE_TEST)
endif # Not SDK_ONLY