update_verifier: Sync Android.mk with aosp-master. am: 5422d80961
am: ca64fa7bb9
Change-Id: I8ddc76d026d64b22fd8cbda8d9a312afd975c54c
This commit is contained in:
@@ -20,9 +20,13 @@ LOCAL_CLANG := true
|
|||||||
LOCAL_SRC_FILES := update_verifier.cpp
|
LOCAL_SRC_FILES := update_verifier.cpp
|
||||||
|
|
||||||
LOCAL_MODULE := update_verifier
|
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_CFLAGS := -Werror
|
||||||
|
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
|
||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|||||||
Reference in New Issue
Block a user