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

* commit '31b76b66b1678eb6483676aa2ef587e10b98d02a':
  libandroidfw: Do not build device library when building SDK
This commit is contained in:
Adam Lesinski
2014-10-28 17:45:13 +00:00
committed by Android Git Automerger

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
@@ -67,3 +68,5 @@ LOCAL_SHARED_LIBRARIES := \
libstlport
include $(BUILD_NATIVE_TEST)
endif # Not SDK_ONLY