Home | History | Annotate | Download | only in bootctl
      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_CFLAGS := -Wall -Werror
      9 LOCAL_SHARED_LIBRARIES := \
     10     libhidlbase \
     11     libhidltransport \
     12     libhwbinder \
     13     libutils \
     14     android.hardware.boot (a] 1.0 \
     15 
     16 include $(BUILD_EXECUTABLE)
     17