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

Commit 06caf1b1 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am 31b76b66: Merge "libandroidfw: Do not build device library when building SDK" into lmp-mr1-dev

* commit '31b76b66':
  libandroidfw: Do not build device library when building SDK
parents 93e40ba6 31b76b66
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