micky387 | e96abca | 2019-06-11 02:35:20 +0200 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
| 2 | |
| 3 | # Static library for the target. Used by update_engine_sideload from recovery. |
| 4 | include $(CLEAR_VARS) |
| 5 | LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/gpt-utils/inc |
| 6 | LOCAL_CFLAGS += -Wall -Werror |
| 7 | LOCAL_SHARED_LIBRARIES += liblog libgptutils libcutils |
| 8 | LOCAL_HEADER_LIBRARIES := libhardware_headers libsystem_headers |
| 9 | LOCAL_SRC_FILES := boot_control.cpp |
micky387 | 03cfada | 2019-07-27 07:43:19 +0200 | [diff] [blame^] | 10 | LOCAL_MODULE := bootctrl.msmnile |
micky387 | e96abca | 2019-06-11 02:35:20 +0200 | [diff] [blame] | 11 | include $(BUILD_STATIC_LIBRARY) |