Merge "Convert libbinderwrapper_test_support to be a static library" am: f5dea8b393 am: 062a372ca7

am: d5f9ba7d0c

Change-Id: I2531ab8830d406f544b29ae7c9be8844af2178e0
This commit is contained in:
Ralph Nathan 2017-03-04 07:14:19 +00:00 committed by android-build-merger
commit c812689e6d

View file

@ -41,7 +41,7 @@ LOCAL_SRC_FILES := \
include $(BUILD_SHARED_LIBRARY)
# libbinderwrapper_test_support shared library
# libbinderwrapper_test_support static library
# ========================================================
include $(CLEAR_VARS)
@ -59,4 +59,4 @@ LOCAL_SRC_FILES := \
binder_test_base.cc \
stub_binder_wrapper.cc \
include $(BUILD_SHARED_LIBRARY)
include $(BUILD_STATIC_LIBRARY)