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

automerge: 06caf1b

* commit '06caf1b1112a6a3e364a46d02b883451e9180a07':
  libandroidfw: Do not build device library when building SDK
This commit is contained in:
Adam Lesinski
2014-10-28 18:09:20 +00:00
committed by android-build-merger

View File

@@ -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