Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1088c6d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "dumpstate mk -> bp"

parents 55e77745 71f26bf5
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
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",
    ],

}

dumpstate/1.0/default/Android.mk

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
// This is an autogenerated file, do not edit.
subdirs = [
    "1.0",
    "1.0/default",
    "1.0/vts/functional",
]