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

Commit 441c65c5 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

am: 37471f3e

Change-Id: Ia21f2c7beb2332cb8dc2edfc88075c9d3992bc48
parents 8e894929 37471f3e
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)