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

Commit 6d226842 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am d75d3eb5: am 31b76b66: Merge "libandroidfw: Do not build device library...

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

* commit 'd75d3eb5':
  libandroidfw: Do not build device library when building SDK
parents a949dc65 d75d3eb5
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
@@ -66,3 +67,5 @@ LOCAL_SHARED_LIBRARIES := \
    libui \

include $(BUILD_NATIVE_TEST)
endif # Not SDK_ONLY