mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
dumpstate mk -> bp
Test: compilation finds dependencies Bug: 37512442 Change-Id: Ib207c2163a07dea03c096283d10b00af966a1728
This commit is contained in:
22
dumpstate/1.0/default/Android.bp
Normal file
22
dumpstate/1.0/default/Android.bp
Normal file
@@ -0,0 +1,22 @@
|
||||
cc_binary {
|
||||
name: "android.hardware.dumpstate@1.0-service",
|
||||
init_rc: ["android.hardware.dumpstate@1.0-service.rc"],
|
||||
relative_install_path: "hw",
|
||||
vendor: true,
|
||||
srcs: [
|
||||
"DumpstateDevice.cpp",
|
||||
"service.cpp",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
"android.hardware.dumpstate@1.0",
|
||||
"libbase",
|
||||
"libcutils",
|
||||
"libdumpstateutil",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"liblog",
|
||||
"libutils",
|
||||
],
|
||||
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := android.hardware.dumpstate@1.0-service
|
||||
LOCAL_INIT_RC := android.hardware.dumpstate@1.0-service.rc
|
||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
LOCAL_SRC_FILES := \
|
||||
DumpstateDevice.cpp \
|
||||
service.cpp
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.dumpstate@1.0 \
|
||||
libbase \
|
||||
libcutils \
|
||||
libdumpstateutil \
|
||||
libhidlbase \
|
||||
libhidltransport \
|
||||
liblog \
|
||||
libutils
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
@@ -1,5 +1,6 @@
|
||||
// This is an autogenerated file, do not edit.
|
||||
subdirs = [
|
||||
"1.0",
|
||||
"1.0/default",
|
||||
"1.0/vts/functional",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user