blob: dcd8b5b906ec34f7683aa6ea3ed2ca11f71e0059 [file] [log] [blame]
// Copyright 2010 The Android Open Source Project
cc_binary {
name: "pftest",
srcs: ["pftest.c"],
cflags: [
"-fomit-frame-pointer",
"-Wall",
"-Werror",
],
arch: {
arm: {
instruction_set: "arm",
},
},
}