Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 062a372c authored by Ralph Nathan's avatar Ralph Nathan Committed by android-build-merger
Browse files

Merge "Convert libbinderwrapper_test_support to be a static library"

am: f5dea8b3

Change-Id: I4288e975812fa753393faf8e82831eeab10957fd
parents 24cb6dd7 f5dea8b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)