blob: b9a13204bc09c444caef4f59ff8f014737bd6d64 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := brillo_led_tool
LOCAL_SRC_FILES := brillo_led_tool.cpp
LOCAL_SHARED_LIBRARIES := libc libbase
LOCAL_CFLAGS := -Werror
include $(BUILD_EXECUTABLE)