1# Copyright 2015 The Android Open Source Project 2 3LOCAL_PATH := $(call my-dir) 4include $(CLEAR_VARS) 5 6LOCAL_SRC_FILES := bootctl.cpp 7LOCAL_MODULE := bootctl 8LOCAL_SHARED_LIBRARIES := \ 9 libhidlbase \ 10 libhidltransport \ 11 libhwbinder \ 12 libutils \ 13 android.hardware.boot@1.0 \ 14 15include $(BUILD_EXECUTABLE) 16