Fix build breakage.

Change-Id: I4d79762acf81a7402e6579624da32ce8da236611
gugelfrei
Jeff Sharkey 7 years ago
parent 90430888a8
commit 0990b69d6b

@ -147,7 +147,12 @@ LOCAL_CLANG := true
LOCAL_TIDY := $(common_local_tidy_enabled)
LOCAL_TIDY_FLAGS := $(common_local_tidy_flags)
LOCAL_TIDY_CHECKS := $(common_local_tidy_checks)
LOCAL_SRC_FILES := vdc.cpp binder/android/os/IVold.aidl
LOCAL_SRC_FILES := \
vdc.cpp \
binder/android/os/IVold.aidl \
binder/android/os/IVoldListener.aidl \
LOCAL_MODULE := vdc
LOCAL_SHARED_LIBRARIES := libbase libbinder libcutils libutils
LOCAL_CFLAGS := $(vold_cflags)

Loading…
Cancel
Save