summaryrefslogtreecommitdiffstats
path: root/libbinderwrapper
diff options
context:
space:
mode:
authorRalph Nathan <ralphnathan@google.com>2016-08-03 10:02:02 -0700
committerAlex Deymo <deymo@google.com>2017-03-03 17:14:04 -0800
commit823aeffbcf95eb10a4fba1e6707f9c505503ca16 (patch)
tree2bb11c5e3752e8bf0464d5bc148144587489900f /libbinderwrapper
parent4463c820a6dd721a977e6bacf8420f8a6434e210 (diff)
downloadsystem_core-823aeffbcf95eb10a4fba1e6707f9c505503ca16.tar.gz
system_core-823aeffbcf95eb10a4fba1e6707f9c505503ca16.tar.bz2
system_core-823aeffbcf95eb10a4fba1e6707f9c505503ca16.zip
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
Diffstat (limited to 'libbinderwrapper')
-rw-r--r--libbinderwrapper/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbinderwrapper/Android.mk b/libbinderwrapper/Android.mk
index b38d262ae..c7683736b 100644
--- a/libbinderwrapper/Android.mk
+++ b/libbinderwrapper/Android.mk
@@ -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)