summaryrefslogtreecommitdiff
path: root/pagecache/Android.bp
blob: 40fc444911be1709deaaf47cc571188cc950bd2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2015 The Android Open Source Project

cc_binary {
    name: "dumpcache",

    srcs: ["dumpcache.c"],
    cflags: [
        "-Wall",
        "-Werror",
    ],
    shared_libs: ["libcutils"],
}