OSDN Git Service

Merge tag 'android-8.1.0_r48' into oreo-x86
[android-x86/system-extras.git] / bootctl / Android.mk
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@1.0 \
14
15 include $(BUILD_EXECUTABLE)