Merge "meminfo/tools: Enable all libmeminfo based tools"
am: 51e990358f
Change-Id: If9997a3ae6410830ff73e2650468ad3c8de8f7f1
This commit is contained in:
commit
5fe810d675
1 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
cc_binary {
|
||||
name: "librank2",
|
||||
name: "librank",
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
|
|
@ -27,7 +27,7 @@ cc_binary {
|
|||
}
|
||||
|
||||
cc_binary {
|
||||
name: "procmem2",
|
||||
name: "procmem",
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
|
|
@ -41,7 +41,7 @@ cc_binary {
|
|||
}
|
||||
|
||||
cc_binary {
|
||||
name: "procrank2",
|
||||
name: "procrank",
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
|
|
@ -55,7 +55,7 @@ cc_binary {
|
|||
}
|
||||
|
||||
cc_binary {
|
||||
name: "showmap2",
|
||||
name: "showmap",
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue