OSDN Git Service

service: Add missing build includes
authorArman Uguray <armansito@google.com>
Tue, 6 Oct 2015 01:17:44 +0000 (18:17 -0700)
committerArman Uguray <armansito@google.com>
Tue, 6 Oct 2015 01:17:44 +0000 (18:17 -0700)
Added missing files to service/Android.mk to fix a build breakage on
master.

Change-Id: Ic6a3e3511fa25cbc8f2c546e46a91f8665d2f654

service/Android.mk

index 5048cfd..e2312e7 100644 (file)
@@ -163,6 +163,8 @@ include $(BUILD_EXECUTABLE)
 include $(CLEAR_VARS)
 LOCAL_SRC_FILES := \
        $(btserviceBinderSrc) \
+       advertise_data.cpp \
+       advertise_settings.cpp \
        example/heart_rate/heart_rate_server.cpp \
        example/heart_rate/server_main.cpp \
        gatt_identifier.cpp \