Convert libbinderwrapper_test_support to be a static library

Some unittests require libbinderwrapper_test_support.so and fail
because it isn't on userdebug images.

Bug: 30631078, 35804180
Test: `make dist`

(cherry picked from commit 6515f36e43082ea105115de7e34d9cd09c77220a)

Change-Id: I4d8878de8963d0cbd29d6aca4b233ba674121688
This commit is contained in:
Ralph Nathan 2016-08-03 10:02:02 -07:00 committed by Alex Deymo
parent 4463c820a6
commit 823aeffbcf
1 changed files with 2 additions and 2 deletions

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)