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