update_verifier: Sync Android.mk with aosp-master.
am: 5422d80961
Change-Id: Iac281a5f7a1a771282cdbf4503fe7e0991073624
This commit is contained in:
commit
ca64fa7bb9
1 changed files with 6 additions and 2 deletions
|
@ -20,9 +20,13 @@ LOCAL_CLANG := true
|
|||
LOCAL_SRC_FILES := update_verifier.cpp
|
||||
|
||||
LOCAL_MODULE := update_verifier
|
||||
LOCAL_SHARED_LIBRARIES := libbase libcutils libhardware liblog
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libbase \
|
||||
libcutils \
|
||||
libhardware \
|
||||
liblog
|
||||
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
|
||||
LOCAL_CFLAGS := -Werror
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
|
Loading…
Reference in a new issue