blob: 6f12e6e2d16a42e201deb54fe0ad31d5b2248a85 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
# Static library for the target. Used by update_engine_sideload from recovery.
include $(CLEAR_VARS)
LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/gpt-utils/inc
LOCAL_CFLAGS += -Wall -Werror
LOCAL_SHARED_LIBRARIES += liblog libgptutils libcutils
LOCAL_HEADER_LIBRARIES := libhardware_headers libsystem_headers
LOCAL_SRC_FILES := boot_control.cpp
LOCAL_MODULE := bootctrl.msmnile
include $(BUILD_STATIC_LIBRARY)