Merge "libandroidfw: Do not build device library when building SDK" into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
31b76b66b1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user