OSDN Git Service

Convert libbinderwrapper_test_support to static library.
authorAlex Deymo <deymo@google.com>
Sat, 4 Mar 2017 00:15:21 +0000 (16:15 -0800)
committerAlex Deymo <deymo@google.com>
Sat, 4 Mar 2017 01:12:26 +0000 (17:12 -0800)
Bug: 35804180
Test: `make checkbuild`
Change-Id: I334a0ad608ea6a7742529cd0f369530abe7ab02e

brillo/audio/audioservice/Android.mk

index 225cb4a..16fdb88 100644 (file)
@@ -77,10 +77,10 @@ LOCAL_SRC_FILES := \
   test/audio_volume_handler_test.cpp
 LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/aidl
 LOCAL_SHARED_LIBRARIES := \
-  $(audio_service_shared_libraries) \
-  libbinderwrapper_test_support
+  $(audio_service_shared_libraries)
 LOCAL_STATIC_LIBRARIES := \
   libBionicGtestMain \
+  libbinderwrapper_test_support \
   libchrome_test_helpers \
   libgmock
 LOCAL_CFLAGS := -Werror -Wall
@@ -99,10 +99,10 @@ LOCAL_SRC_FILES := \
   test/brillo_audio_manager_test.cpp
 LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/aidl
 LOCAL_SHARED_LIBRARIES := \
-  $(audio_service_shared_libraries) \
-  libbinderwrapper_test_support
+  $(audio_service_shared_libraries)
 LOCAL_STATIC_LIBRARIES := \
   libBionicGtestMain \
+  libbinderwrapper_test_support \
   libchrome_test_helpers \
   libgmock
 LOCAL_CFLAGS := -Wno-sign-compare -Wall