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

This commit is contained in:
Adam Lesinski
2014-10-28 17:41:10 +00:00
committed by Android (Google) Code Review

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