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

Commit 91f88b64 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

Change-Id: I712482567197e99b175c3e556579dab713e16193
parents b064e959 d5a262c4
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)