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

Commit 37471f3e authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libcpustats: Android.mk -> Android.bp" am: 58a16346 am: d5a262c4

am: 91f88b64

Change-Id: I7c7852bc5b7f5bc7ea234098b3e9b8522211f32b
parents 8c75ee5e 91f88b64
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
cc_library_static {
    name: "libcpustats",

    srcs: [
        "CentralTendencyStatistics.cpp",
        "ThreadCpuUsage.cpp",
    ],

    cflags: [
        "-Werror",
        "-Wall",
    ],
}

media/libcpustats/Android.mk

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_SRC_FILES :=     \
        CentralTendencyStatistics.cpp \
        ThreadCpuUsage.cpp

LOCAL_MODULE := libcpustats

LOCAL_CFLAGS := -Werror -Wall

include $(BUILD_STATIC_LIBRARY)